summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-08-14 10:58:50 -0700
committerJeremy Allison <jra@samba.org>2008-08-14 10:58:50 -0700
commit9253044276fdf44bae2db2e232a47b229ebb0055 (patch)
tree9847c6121278a4d80099bd88062b4ef85c9a863b /source3/modules/vfs_aixacl2.c
parent762439025a522d4316278661119c6624b9ab2869 (diff)
downloadsamba-9253044276fdf44bae2db2e232a47b229ebb0055.tar.gz
samba-9253044276fdf44bae2db2e232a47b229ebb0055.tar.bz2
samba-9253044276fdf44bae2db2e232a47b229ebb0055.zip
Fix bug #5692 - Core dump in full_audit.so.
There were some function mismatches in the various GET_NT_ACL modules (some places the fsp parameter has not been removed). Jeremy. (This used to be commit 221cc5e21eb27cdad51f34ec6832467a7bd89213)
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 7745c97364..23c4d88134 100644
--- a/source3/modules/vfs_aixacl2.c
+++ b/source3/modules/vfs_aixacl2.c
@@ -177,7 +177,7 @@ static NTSTATUS aixjfs2_fget_nt_acl(vfs_handle_struct *handle,
}
static NTSTATUS aixjfs2_get_nt_acl(vfs_handle_struct *handle,
- files_struct *fsp, const char *name,
+ const char *name,
uint32 security_info, SEC_DESC **ppdesc)
{
SMB4ACL_T *pacl = NULL;