1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3: VFS: acl_common: Remove the dirfsp parameter from validate_nt_acl_blob().

No longer needed.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2021-06-08 13:02:42 -07:00 committed by Ralph Boehme
parent a28a686714
commit 737c68146d

View File

@ -411,7 +411,6 @@ static NTSTATUS add_directory_inheritable_components(vfs_handle_struct *handle,
static NTSTATUS validate_nt_acl_blob(TALLOC_CTX *mem_ctx,
vfs_handle_struct *handle,
struct files_struct *fsp,
struct files_struct *dirfsp,
const struct smb_filename *smb_fname,
const DATA_BLOB *blob,
struct security_descriptor **ppsd,
@ -610,7 +609,6 @@ NTSTATUS fget_nt_acl_common(
status = validate_nt_acl_blob(mem_ctx,
handle,
fsp,
NULL,
smb_fname,
&blob,
&psd,