From 1558f34a878d6fea0cc745a7fcec04f79f7e50ff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 14 Nov 1998 02:34:19 +0000 Subject: prompt for password on smbclient -L --- source/client/client.c | 1 - 1 file changed, 1 deletion(-) 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'; -- cgit v1.2.1