mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in user_can_read_file().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
5bdd4d4f75
commit
300780bb80
@ -1120,7 +1120,8 @@ static bool user_can_read_file(connection_struct *conn,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = SMB_VFS_GET_NT_ACL(conn,
|
status = SMB_VFS_GET_NT_ACL_AT(conn,
|
||||||
|
dirfsp,
|
||||||
smb_fname,
|
smb_fname,
|
||||||
(SECINFO_OWNER |
|
(SECINFO_OWNER |
|
||||||
SECINFO_GROUP |
|
SECINFO_GROUP |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user