From 2b67f7eba49e7d2eea7fc36861ed68acccf84076 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 (This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff) --- source3/client/client.c | 1 - 1 file changed, 1 deletion(-) 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'; -- cgit