svn commit: samba r6452 - in branches/SAMBA_4_0/source/lib: .

abartlet at samba.org abartlet at samba.org
Mon Apr 25 03:03:28 GMT 2005


Author: abartlet
Date: 2005-04-25 03:03:28 +0000 (Mon, 25 Apr 2005)
New Revision: 6452

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

Log:
This particular credentials feature needs to be NULL by default.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/lib/credentials.c	2005-04-25 03:02:30 UTC (rev 6451)
+++ branches/SAMBA_4_0/source/lib/credentials.c	2005-04-25 03:03:28 UTC (rev 6452)
@@ -37,6 +37,7 @@
 		return cred;
 	}
 
+	cred->netlogon_creds = NULL;
 	cred->machine_account_pending = False;
 	cred->workstation_obtained = CRED_UNINITIALISED;
 	cred->username_obtained = CRED_UNINITIALISED;



More information about the samba-cvs mailing list