summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-08 16:35:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:54 -0500
commit25cae4dc0c254a93d0b69d457672e1b750978b6b (patch)
treefa7b715a60bc9b3e591be3955776f3bd3dd00a17 /source4/torture/torture.c
parentcfc4350e052626e7ee1456e7dfd5e407e10b85e4 (diff)
downloadsamba-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)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
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);
}