]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Attempt to fix the build -- jlayton, please check!
authorVolker Lendecke <vl@samba.org>
Wed, 14 Oct 2009 15:04:52 +0000 (11:04 -0400)
committerKarolin Seeger <kseeger@samba.org>
Fri, 16 Oct 2009 13:04:54 +0000 (15:04 +0200)
source/client/cifs.upcall.c

index e844249fbd5e056c3b75833f5199cc83c3902dbd..2e20686cda2ed17fee81ce04192f8890844432a1 100644 (file)
@@ -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;