prompt for password on smbclient -L
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 02:34:19 +0000 (02:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Nov 1998 02:34:19 +0000 (02:34 +0000)
(This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff)

source3/client/client.c

index fb7e09f24110e58ceab07462bdfedd15c1fc2270..fe6a5f300368df1eccc97c7ad4ecd77c933fde61 100644 (file)
@@ -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';