]> Savannah Git Hosting - gnulib.git/commit
file-has-acl: always return false when ACLs aren't supported
authorPádraig Brady <P@draigBrady.com>
Sat, 25 Apr 2015 20:49:43 +0000 (21:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 26 Apr 2015 10:39:47 +0000 (11:39 +0100)
commit496c2cf0347839dc189891d7f158fcdd7f5c2e7c
tree6fed2f2c66bbd19075d745dc3ce5365cfc244c66
parentf2f698092426d2fcb69beb184d92d177adc328bf
file-has-acl: always return false when ACLs aren't supported

* lib/file-has-acl.c (file_has_acl): Consistent with other paths,
change the GNU/Linux getxattr path, to transform "not supported"
errors to a false return rather than an error.  This is handled
within file_has_acl() due to the platform specific tests to
determine if ACLs are not supported.
ChangeLog
lib/file-has-acl.c