svn commit: samba r21010 - in branches/SAMBA_3_0/source/utils: .

jerry at samba.org jerry at samba.org
Thu Jan 25 00:50:38 GMT 2007


Author: jerry
Date: 2007-01-25 00:50:36 +0000 (Thu, 25 Jan 2007)
New Revision: 21010

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21010

Log:
fix the pstring change in ntlm_auth for require-membership-of in ntlm_auth
Modified:
   branches/SAMBA_3_0/source/utils/ntlm_auth.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/ntlm_auth.c
===================================================================
--- branches/SAMBA_3_0/source/utils/ntlm_auth.c	2007-01-25 00:47:27 UTC (rev 21009)
+++ branches/SAMBA_3_0/source/utils/ntlm_auth.c	2007-01-25 00:50:36 UTC (rev 21010)
@@ -272,7 +272,7 @@
 	fstrcpy(request.data.auth.user, user);
 	fstrcpy(request.data.auth.pass, pass);
 	if (require_membership_of_sid)
-		fstrcpy(request.data.auth.require_membership_of_sid, require_membership_of_sid);
+		pstrcpy(request.data.auth.require_membership_of_sid, require_membership_of_sid);
 
 	result = winbindd_request_response(WINBINDD_PAM_AUTH, &request, &response);
 



More information about the samba-cvs mailing list