[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-292-gdb1e582

Volker Lendecke vlendec at samba.org
Fri Jul 10 10:01:26 GMT 2009


The branch, master has been updated
       via  db1e58256861c50a9baed8efc862ba5b5834e28b (commit)
      from  8d1b061b517176e172151e6814083aa7a7051d56 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit db1e58256861c50a9baed8efc862ba5b5834e28b
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jul 10 11:59:00 2009 +0200

    Attempt to fix the build -- jlayton, please check!

-----------------------------------------------------------------------

Summary of changes:
 client/cifs.upcall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c
index e592a4f..82b9f7b 100644
--- a/client/cifs.upcall.c
+++ b/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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list