svn commit: samba r16140 - in branches/SAMBA_4_0/source/torture/rpc: .

vlendec at samba.org vlendec at samba.org
Sun Jun 11 10:10:39 GMT 2006


Author: vlendec
Date: 2006-06-11 10:10:38 +0000 (Sun, 11 Jun 2006)
New Revision: 16140

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

Log:
How on earth does this work on most build farm machines.... ?
Modified:
   branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2006-06-10 15:18:54 UTC (rev 16139)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2006-06-11 10:10:38 UTC (rev 16140)
@@ -880,9 +880,9 @@
 			mem_ctx, "%s$", s.in.computer_name);
 		s.in.secure_channel_type = SEC_CHAN_WKSTA;
 		E_md4hash(password, s.in.new_password.hash);
-		creds_des_encrypt(creds_state, &s.in.new_password);
 
 		creds_state = cli_credentials_get_netlogon_creds(wks_creds);
+		creds_des_encrypt(creds_state, &s.in.new_password);
 		creds_client_authenticator(creds_state, &s.in.credential);
 
 		status = dcerpc_netr_ServerPasswordSet(net_pipe, mem_ctx, &s);



More information about the samba-cvs mailing list