1
0
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:
Jeremy Allison 2020-04-13 15:01:35 -07:00
parent 5bdd4d4f75
commit 300780bb80

View File

@ -1120,7 +1120,8 @@ static bool user_can_read_file(connection_struct *conn,
return false;
}
status = SMB_VFS_GET_NT_ACL(conn,
status = SMB_VFS_GET_NT_ACL_AT(conn,
dirfsp,
smb_fname,
(SECINFO_OWNER |
SECINFO_GROUP |