mirror of
https://github.com/samba-team/samba.git
synced 2025-10-22 07:33:16 +03:00
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael
(This used to be commit c0c7c1223d
)
This commit is contained in:
@@ -159,7 +159,7 @@ static bool aixjfs2_get_nfs4_acl(const char *name,
|
||||
}
|
||||
|
||||
static NTSTATUS aixjfs2_fget_nt_acl(vfs_handle_struct *handle,
|
||||
files_struct *fsp, int fd, uint32 security_info,
|
||||
files_struct *fsp, uint32 security_info,
|
||||
SEC_DESC **ppdesc)
|
||||
{
|
||||
SMB4ACL_T *pacl = NULL;
|
||||
|
Reference in New Issue
Block a user