summaryrefslogtreecommitdiffstats
path: root/abs/extra/samba/fix-ipv6-mount.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:47:56 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:47:56 (GMT)
commit6a6bf2e22e2e9296dec9d1658ee677c3cb25e5fe (patch)
treed3cdb37f118739b34c9a65f9e9348041b5a7d266 /abs/extra/samba/fix-ipv6-mount.patch
parent332aa4a482d846911cc534ff552478f884a23ece (diff)
downloadlinhes_pkgbuild-6a6bf2e22e2e9296dec9d1658ee677c3cb25e5fe.zip
linhes_pkgbuild-6a6bf2e22e2e9296dec9d1658ee677c3cb25e5fe.tar.gz
linhes_pkgbuild-6a6bf2e22e2e9296dec9d1658ee677c3cb25e5fe.tar.bz2
samba 3.6.6
Diffstat (limited to 'abs/extra/samba/fix-ipv6-mount.patch')
-rw-r--r--abs/extra/samba/fix-ipv6-mount.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/samba/fix-ipv6-mount.patch b/abs/extra/samba/fix-ipv6-mount.patch
deleted file mode 100644
index 89bef65..0000000
--- a/abs/extra/samba/fix-ipv6-mount.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- client/mount.cifs.c.orig 2010-03-03 13:42:02.143936727 +1000
-+++ client/mount.cifs.c 2010-03-04 01:53:22.752879004 +1000
-@@ -1563,7 +1563,7 @@
- }
- }
-
-- if (addr->ai_addr->sa_family == AF_INET6 && addr6->sin6_scope_id) {
-+ if (addr && addr->ai_addr->sa_family == AF_INET6 && addr6->sin6_scope_id) {
- strlcat(options, "%", options_size);
- current_len = strnlen(options, options_size);
- optionstail = options + current_len;