From 4a1b50afd567313cc25d5bbc14e01e170aa62a00 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Oct 2009 00:34:05 +0200 Subject: s3-netlogon: pass down account name to remote password set functions. Guenther --- source3/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index c3d002c1b1..896ea8cc65 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -344,6 +344,7 @@ static NTSTATUS rpc_oldjoin_internals(struct net_context *c, E_md4hash(trust_passwd, orig_trust_passwd_hash); result = trust_pw_change_and_store_it(pipe_hnd, mem_ctx, c->opt_target_workgroup, + global_myname(), orig_trust_passwd_hash, sec_channel_type); -- cgit