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
commit2b67f7eba49e7d2eea7fc36861ed68acccf84076 (patch)
tree9e3873ba54f06be33e80ba1e35ea3f9b28bd0cdc
parent57d4977f24566675111d791949491908eb4a6c4e (diff)
downloadsamba-2b67f7eba49e7d2eea7fc36861ed68acccf84076.tar.gz
samba-2b67f7eba49e7d2eea7fc36861ed68acccf84076.tar.bz2
samba-2b67f7eba49e7d2eea7fc36861ed68acccf84076.zip
prompt for password on smbclient -L
(This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff)
-rw-r--r--source3/client/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index fb7e09f241..fe6a5f3003 100644
--- a/source3/client/client.c
+++ b/source3/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';