summaryrefslogtreecommitdiff
path: root/source3/client/client.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-11-22 23:06:29 +0000
committerJeremy Allison <jra@samba.org>2000-11-22 23:06:29 +0000
commit8d26523e90ff76adf6195d938fa1b8bc2b747dc1 (patch)
treefb6f9e109168789a5653a96fdbe478f592e86b73 /source3/client/client.c
parentaf85ca538cc1f04f089c85dd5814f4c66036bc79 (diff)
downloadsamba-8d26523e90ff76adf6195d938fa1b8bc2b747dc1.tar.gz
samba-8d26523e90ff76adf6195d938fa1b8bc2b747dc1.tar.bz2
samba-8d26523e90ff76adf6195d938fa1b8bc2b747dc1.zip
Tar fixes from Craig Barratt craig@arraycomm.com.
Jeremy. (This used to be commit cf05709ec394d6cac14577c033d658bdc4506208)
Diffstat (limited to 'source3/client/client.c')
-rw-r--r--source3/client/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 9cc6034d70..5995f1a243 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -2515,6 +2515,8 @@ static int do_message_op(void)
DEBUG( 3, ( "Client started (version %s).\n", VERSION ) );
if (tar_type) {
+ if (cmdstr)
+ process_command_string(cmdstr);
return do_tar_op(base_directory);
}