summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-03-13 20:53:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:37 -0500
commitf56da0890f645c4cecac7c60f67573e1f609fd4f (patch)
tree3f2d16fa4ba72b513420a3ab5f05e449f7d7d4b4 /source3/utils/net.c
parent93128b863bb10aeca6202f4d5ba7935e31cf5c5f (diff)
downloadsamba-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/utils/net.c')
-rw-r--r--source3/utils/net.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index acd7bfb797..5a9b7d31ec 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -555,9 +555,7 @@ static int net_changesecretpw(int argc, const char **argv)
trust_pw = get_pass("Enter machine password: ", opt_stdin);
- if (!secrets_store_machine_password(trust_pw, global_myname(),
- lp_workgroup(),
- sec_channel_type)) {
+ if (!secrets_store_machine_password(trust_pw, lp_workgroup(), sec_channel_type)) {
d_fprintf(stderr, "Unable to write the machine account password in the secrets database");
return 1;
}