summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-15 20:40:08 +0000
committerJeremy Allison <jra@samba.org>2001-04-15 20:40:08 +0000
commit83aa76205858a0d0a0fa2a22648e727b796908f2 (patch)
tree9f0f436821124a6d5df138ef263d468a33628ac2 /source/client/client.c
parentd40ee1707d1d3cf04358bca7fad16ebc15bd4845 (diff)
downloadsamba-83aa76205858a0d0a0fa2a22648e727b796908f2.tar.gz
samba-83aa76205858a0d0a0fa2a22648e727b796908f2.tar.xz
samba-83aa76205858a0d0a0fa2a22648e727b796908f2.zip
Fix from Tony Butt - shouldn't set got_pass for -c option.
Jeremy.
Diffstat (limited to 'source/client/client.c')
-rw-r--r--source/client/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 592f911fe00..7b313a3136c 100644
--- a/source/client/client.c
+++ b/source/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));