s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().
commit4cc812b36a7fd951e870602ec40b99a875e97888
authorJeremy Allison <jra@samba.org>
Fri, 21 Jul 2017 19:46:23 +0000 (21 12:46 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 14 Aug 2017 08:21:42 +0000 (14 10:21 +0200)
tree62784ccf59f8b3b2e9c269ea9cf5026a28030e2b
parenta8993359cf325197d873243d895d95c70879883c
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>
(cherry picked from commit b1e5b894b089433e59c96915a27559d179bdb6c5)
source3/libsmb/cli_smb2_fnum.c