summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c1
1 files changed, 0 insertions, 1 deletions
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';