1
0
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:
Volker Lendecke
2007-03-13 20:53:38 +00:00
committed by Gerald (Jerry) Carter
parent 4af2795e65
commit fd0ee6722d
7 changed files with 6 additions and 36 deletions

View File

@@ -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;
}
}