s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().
commitb1e5b894b089433e59c96915a27559d179bdb6c5
authorJeremy Allison <jra@samba.org>
Fri, 21 Jul 2017 19:46:23 +0000 (21 12:46 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 25 Jul 2017 15:43:16 +0000 (25 17:43 +0200)
tree5f5b6707de1d4f017c5ff2ca90a46458a8d1298b
parent2a15c70603bb23a68a2e3de0b00bfd98508f78e0
s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().

This removes duplicate code paths and ensures we have only one
function calling the underlying smb2cli_set_info() for setting
info levels by path.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12913

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/libsmb/cli_smb2_fnum.c