diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-13 20:53:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:37 -0500 |
commit | f56da0890f645c4cecac7c60f67573e1f609fd4f (patch) | |
tree | 3f2d16fa4ba72b513420a3ab5f05e449f7d7d4b4 /source3/libads | |
parent | 93128b863bb10aeca6202f4d5ba7935e31cf5c5f (diff) | |
download | samba-f56da0890f645c4cecac7c60f67573e1f609fd4f.tar.gz samba-f56da0890f645c4cecac7c60f67573e1f609fd4f.tar.bz2 samba-f56da0890f645c4cecac7c60f67573e1f609fd4f.zip |
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker
(This used to be commit fd0ee6722ddfcb64b5cc9c699375524ae3d8709b)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/util.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/libads/util.c b/source3/libads/util.c index 669ed7d141..eb6dccb3af 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -42,9 +42,7 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip goto failed; } - if (!secrets_store_machine_password(new_password, global_myname(), - lp_workgroup(), - sec_channel_type)) { + if (!secrets_store_machine_password(new_password, lp_workgroup(), sec_channel_type)) { DEBUG(1,("Failed to save machine password\n")); ret = ADS_ERROR_SYSTEM(EACCES); goto failed; |