mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4af2795e65
commit
fd0ee6722d
@@ -104,10 +104,7 @@ NTSTATUS trust_pw_change_and_store_it(struct rpc_pipe_client *cli, TALLOC_CTX *m
|
||||
* Return the result of trying to write the new password
|
||||
* back into the trust account file.
|
||||
*/
|
||||
if (!secrets_store_machine_password(new_trust_passwd,
|
||||
global_myname(),
|
||||
domain,
|
||||
sec_channel_type)) {
|
||||
if (!secrets_store_machine_password(new_trust_passwd, domain, sec_channel_type)) {
|
||||
nt_status = NT_STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user