client: fix tar_parse_args() compiler warning
authorDavid Disseldorp <ddiss@samba.org>
Fri, 14 Feb 2014 17:08:28 +0000 (18:08 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 19 Feb 2014 17:22:28 +0000 (18:22 +0100)
commitcae67383ddd4373dcf8fc1f82a41dc30b1b7d299
tree3497d0b4102adbfcd108983b58b855758c870f7c
parent3a7efaa009d0d171b7c5920ccdf1fc43099d63c7
client: fix tar_parse_args() compiler warning

tar_parse_args() requires a const argument array pointer.
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/client/client.c