mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in inherit_new_acl().
Hard code at conn->cwd_fsp for now. Last user of SMB_VFS_GET_NT_ACL(). This VFS function can now be removed. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
98dfc4edac
commit
6b65156f0e
@ -4908,7 +4908,8 @@ static NTSTATUS inherit_new_acl(files_struct *fsp)
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
status = SMB_VFS_GET_NT_ACL(fsp->conn,
|
||||
status = SMB_VFS_GET_NT_ACL_AT(fsp->conn,
|
||||
fsp->conn->cwd_fsp,
|
||||
parent_dir,
|
||||
(SECINFO_OWNER | SECINFO_GROUP | SECINFO_DACL),
|
||||
frame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user