s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c
authorJeremy Allison <jra@samba.org>
Thu, 17 Sep 2015 22:54:40 +0000 (15:54 -0700)
committerRalph Böhme <slow@samba.org>
Fri, 18 Sep 2015 05:58:15 +0000 (07:58 +0200)
commita47012d5429044c9a3616718bac21360f281aa81
tree19e683e223b68cd2e410d93dcfb38dff6894b7bb
parentea53e86c256bec08373dbe86e190a7f5a06eff9d
s3: smbclient: Move cmd_setmode out of clitar.c and back into client.c

setmode <file> attribute is a valid smbclient command even if libarchive
isn't on the system and tarmode isn't compiled in.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/client/client.c
source3/client/client_proto.h
source3/client/clitar.c