diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-08 16:35:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:54 -0500 |
commit | 25cae4dc0c254a93d0b69d457672e1b750978b6b (patch) | |
tree | fa7b715a60bc9b3e591be3955776f3bd3dd00a17 | |
parent | cfc4350e052626e7ee1456e7dfd5e407e10b85e4 (diff) | |
download | samba-25cae4dc0c254a93d0b69d457672e1b750978b6b.tar.gz samba-25cae4dc0c254a93d0b69d457672e1b750978b6b.tar.bz2 samba-25cae4dc0c254a93d0b69d457672e1b750978b6b.zip |
r1402: we should prompt for a password if it's not given by -U
metze
(This used to be commit acde1358c940ed159a67e433e662c255103a1a02)
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 1610445d72..ccbf66a5c8 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4377,7 +4377,6 @@ static void usage(void) lp_set_cmdline("torture:host", host); lp_set_cmdline("torture:share", share); - lp_set_cmdline("torture:password", ""); asprintf(&binding, "ncacn_np:%s", host); lp_set_cmdline("torture:binding", binding); } |