r1402: we should prompt for a password if it's not given by -U
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Jul 2004 16:35:50 +0000 (16:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:54 +0000 (12:56 -0500)
metze

source/torture/torture.c

index 1610445d72caef886d97e451264b77a12ee367d0..ccbf66a5c8a81da1f8342bf23afe069acacc1ab1 100644 (file)
@@ -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);
        }