diff options
-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'; |