1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

prompt for password on smbclient -L

(This used to be commit 1558f34a87)
This commit is contained in:
Andrew Tridgell 1998-11-14 02:34:19 +00:00
parent 57d4977f24
commit 2b67f7eba4

View 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';