svn commit: samba r13552 - in branches/SAMBA_3_0/source/rpc_server: .

jra at samba.org jra at samba.org
Fri Feb 17 23:57:28 GMT 2006


Author: jra
Date: 2006-02-17 23:57:28 +0000 (Fri, 17 Feb 2006)
New Revision: 13552

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

Log:
Make sure we're using the same name to load the stored
creds under all circumstances. This may be wrong, but
at least we're now consistent.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_pipe.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_pipe.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_pipe.c	2006-02-17 23:51:43 UTC (rev 13551)
+++ branches/SAMBA_3_0/source/rpc_server/srv_pipe.c	2006-02-17 23:57:28 UTC (rev 13552)
@@ -1293,7 +1293,7 @@
 	}
 
 	become_root();
-	ret = secrets_restore_schannel_session_info(p->mem_ctx, neg.myname, &pdcinfo);
+	ret = secrets_restore_schannel_session_info(p->mem_ctx, get_remote_machine_name(), &pdcinfo);
 	unbecome_root();
 
 	if (!ret) {



More information about the samba-cvs mailing list