diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-14 02:34:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-14 02:34:19 +0000 |
commit | 1558f34a878d6fea0cc745a7fcec04f79f7e50ff (patch) | |
tree | 81850eae47bd88f043623c4b881802be4aaac99c /source/client | |
parent | 8e8ab4df1fe77dfcae73a34f4de174afe09cd695 (diff) | |
download | samba-1558f34a878d6fea0cc745a7fcec04f79f7e50ff.tar.gz samba-1558f34a878d6fea0cc745a7fcec04f79f7e50ff.tar.xz samba-1558f34a878d6fea0cc745a7fcec04f79f7e50ff.zip |
prompt for password on smbclient -L
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |