diff --git a/src/fs_acl.cpp b/src/fs_acl.cpp index abfaa02c..1c4cf8ec 100644 --- a/src/fs_acl.cpp +++ b/src/fs_acl.cpp @@ -49,7 +49,7 @@ namespace fs int fd; fd = fs::openat(fd_,relpath_.parent_path().string(),O_RDONLY); - + rv = fs::fgetxattr(fd_,relpath_.c_str(),POSIX_ACL_DEFAULT_XATTR,NULL,0);