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 592f911fe0..7b313a3136 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -2486,7 +2486,6 @@ static int do_message_op(void)
break;
case 'c':
cmdstr = optarg;
- got_pass = True;
break;
case 'b':
io_bufsize = MAX(1, atoi(optarg));