summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-05 02:16:15 +0100
committerMichael Adam <obnox@samba.org>2008-01-06 23:07:59 +0100
commitee24c629a68e13764f78064121a6aea3d0e9240c (patch)
tree997300db438c53e1d71858ff2d8397bac334fcc1 /source3/modules/vfs_aixacl2.c
parentac8659232b07bf61a88069f963beb535a296fa52 (diff)
downloadsamba-ee24c629a68e13764f78064121a6aea3d0e9240c.tar.gz
samba-ee24c629a68e13764f78064121a6aea3d0e9240c.tar.bz2
samba-ee24c629a68e13764f78064121a6aea3d0e9240c.zip
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael (This used to be commit c0c7c1223da29c68359dac64a340c1c710d5f3d2)
Diffstat (limited to 'source3/modules/vfs_aixacl2.c')
-rw-r--r--source3/modules/vfs_aixacl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c
index d28efa55c6..9ea8414f79 100644
--- a/source3/modules/vfs_aixacl2.c
+++ b/source3/modules/vfs_aixacl2.c
@@ -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;