From a0d491f219f02fb1712e45a3e2fafc0ea56d9630 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Jun 2006 10:10:38 +0000 Subject: r16140: How on earth does this work on most build farm machines.... ? (This used to be commit f8bae84e89bb2fe8deea7795ad59fbefa9c98e79) --- source4/torture/rpc/samba3rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/samba3rpc.c') diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 5219893d97..1e2d40fc42 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -880,9 +880,9 @@ static BOOL schan(struct smbcli_state *cli, 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); -- cgit