diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-06-11 10:10:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:01 -0500 |
commit | a0d491f219f02fb1712e45a3e2fafc0ea56d9630 (patch) | |
tree | cdd409d3ec72debb1d9ceee321cebfcce52887fb | |
parent | c8d0489c10c925ea7e9047ba9a95a6ffca6921c9 (diff) | |
download | samba-a0d491f219f02fb1712e45a3e2fafc0ea56d9630.tar.gz samba-a0d491f219f02fb1712e45a3e2fafc0ea56d9630.tar.bz2 samba-a0d491f219f02fb1712e45a3e2fafc0ea56d9630.zip |
r16140: How on earth does this work on most build farm machines.... ?
(This used to be commit f8bae84e89bb2fe8deea7795ad59fbefa9c98e79)
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |