From 737c68146d1cd36d8143632461dabcc156694b57 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 8 Jun 2021 13:02:42 -0700 Subject: [PATCH] s3: VFS: acl_common: Remove the dirfsp parameter from validate_nt_acl_blob(). No longer needed. Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- source3/modules/vfs_acl_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index 61f45011a92..81e1116b20b 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -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, -- 2.47.3