Browse Source

fs_acl.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
63362a20a9
  1. 2
      src/fs_acl.cpp

2
src/fs_acl.cpp

@ -56,6 +56,8 @@ namespace fs
rv = fs::fgetxattr(fd,POSIX_ACL_DEFAULT_XATTR,NULL,0); rv = fs::fgetxattr(fd,POSIX_ACL_DEFAULT_XATTR,NULL,0);
fs::close(fd);
return (rv != -1); return (rv != -1);
} }
} }

Loading…
Cancel
Save