s3: smbd: Update smb_set_posix_acl() to always use an open file handle.
authorJeremy Allison <jra@samba.org>
Mon, 17 Jun 2019 22:34:13 +0000 (15:34 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 24 Jun 2019 18:49:09 +0000 (18:49 +0000)
commitbf743b01d8d66d9e7622153a76f365babcf03006
tree008927c39f0d217a00d245a4c6785c2f68e252c2
parentdf7cec42f018d3e5431505d86e35133586c526d5
s3: smbd: Update smb_set_posix_acl() to always use an open file handle.

Uses get_posix_fsp() added in the previous commit.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/trans2.c