mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 04:23:43 +08:00
fs_acl.cpp
This commit is contained in:
parent
b1284db03b
commit
3d50a30208
|
@ -54,7 +54,7 @@ namespace fs
|
|||
if(fd < 0)
|
||||
return false;
|
||||
|
||||
rv = fs::fgetxattr(fd_,relpath_,POSIX_ACL_DEFAULT_XATTR,NULL,0);
|
||||
rv = fs::fgetxattr(fd,relpath_,POSIX_ACL_DEFAULT_XATTR,NULL,0);
|
||||
|
||||
return (rv != -1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user