diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-15 20:40:08 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-15 20:40:08 +0000 |
commit | c9f2c1fc5e9aa8451d6eab12a3b542d01780132c (patch) | |
tree | 8041dcbf92613465ee8df34b1915861f9447500c /source3 | |
parent | e7a6cb234accd103c9536e6fb428962bb4ee9c8c (diff) | |
download | samba-c9f2c1fc5e9aa8451d6eab12a3b542d01780132c.tar.gz samba-c9f2c1fc5e9aa8451d6eab12a3b542d01780132c.tar.bz2 samba-c9f2c1fc5e9aa8451d6eab12a3b542d01780132c.zip |
Fix from Tony Butt - shouldn't set got_pass for -c option.
Jeremy.
(This used to be commit 83aa76205858a0d0a0fa2a22648e727b796908f2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/client.c | 1 |
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)); |