summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-14 02:34:19 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-14 02:34:19 +0000
commit1558f34a878d6fea0cc745a7fcec04f79f7e50ff (patch)
tree81850eae47bd88f043623c4b881802be4aaac99c
parent8e8ab4df1fe77dfcae73a34f4de174afe09cd695 (diff)
downloadsamba-1558f34a878d6fea0cc745a7fcec04f79f7e50ff.tar.gz
prompt for password on smbclient -L
-rw-r--r--source/client/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index fb7e09f2411..fe6a5f30036 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -2102,7 +2102,6 @@ static int do_message_op(void)
}
break;
case 'L':
- got_pass = True;
pstrcpy(query_host,optarg);
if(!explicit_user)
*username = '\0';