svn commit: samba r4906 - in branches/SAMBA_3_0_RELEASE/source/nsswitch: .

jerry at samba.org jerry at samba.org
Fri Jan 21 19:09:11 GMT 2005


Author: jerry
Date: 2005-01-21 19:09:11 +0000 (Fri, 21 Jan 2005)
New Revision: 4906

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

Log:
current with 3.0 as of r4905 -- last planned sync
Modified:
   branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c	2005-01-21 19:08:17 UTC (rev 4905)
+++ branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c	2005-01-21 19:09:11 UTC (rev 4906)
@@ -215,7 +215,6 @@
 {
 	char *machine_password, *machine_krb5_principal;
 	char *ipc_username, *ipc_domain, *ipc_password;
-	struct ntuser_creds creds;
 
 	BOOL got_mutex;
 	BOOL add_failed_connection = True;
@@ -373,9 +372,6 @@
 		goto done;
 	}
 
-	init_creds(&creds, ipc_username, ipc_domain, ipc_password);
-	cli_init_creds(*cli, &creds);
-
 	secrets_named_mutex_release(controller);
 	got_mutex = False;
 	*retry = False;



More information about the samba-cvs mailing list