xattr/setxattr: fix flag support on AIX
authorBjörn Jacke <bj@sernet.de>
Sat, 2 Mar 2019 04:39:54 +0000 (05:39 +0100)
committerBjoern Jacke <bjacke@samba.org>
Thu, 29 Aug 2019 15:53:30 +0000 (15:53 +0000)
commit56e0ffa11319eebbe0d8b07502aa3ec8971435d0
tree40415654a3b643f4f8456134f40b6b9e69756034
parentb8f4be98f5d22eb034a953ebefab88752bf4a099
xattr/setxattr: fix flag support on AIX

AIX requires the flags to be 0, we need to do those checks manually.

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/replace/xattr.c