From 25cae4dc0c254a93d0b69d457672e1b750978b6b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Jul 2004 16:35:50 +0000 Subject: r1402: we should prompt for a password if it's not given by -U metze (This used to be commit acde1358c940ed159a67e433e662c255103a1a02) --- source4/torture/torture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/torture/torture.c') 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); } -- cgit