1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-04 16:58:42 +03:00

r1402: we should prompt for a password if it's not given by -U

metze
(This used to be commit acde1358c940ed159a67e433e662c255103a1a02)
This commit is contained in:
Stefan Metzmacher 2004-07-08 16:35:50 +00:00 committed by Gerald (Jerry) Carter
parent cfc4350e05
commit 25cae4dc0c

View 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);
}