summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-10-14 10:42:46 -0400
committerKarolin Seeger <kseeger@samba.org>2009-10-20 15:00:31 +0200
commit2342d8d492f3af302c7d23ab07aea994b4c5fb3c (patch)
tree48e156042163e0c7b8944f5c63ef3486cf4a47b1 /source3/client
parent4231fc25d5b466d71e5fc4fc292270e4182252b2 (diff)
downloadsamba-2342d8d492f3af302c7d23ab07aea994b4c5fb3c.tar.gz
Attempt to fix the build -- jlayton, please check!
(cherry picked from commit 78b53b878a7871ea0ef311317da561008ad07e08)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/cifs.upcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/cifs.upcall.c b/source3/client/cifs.upcall.c
index e844249fbd5..2e20686cda2 100644
--- a/source3/client/cifs.upcall.c
+++ b/source3/client/cifs.upcall.c
@@ -80,7 +80,7 @@ get_krb5_ccname(pid_t pid)
}
p += 11;
left -= 11;
- value = strndup(p, left);
+ value = SMB_STRNDUP(p, left);
break;
}
return value;