summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-08-14 10:40:14 -0700
committerKarolin Seeger <kseeger@samba.org>2008-08-19 11:30:57 +0200
commitaa7fc4c698952b7e3748bc38d45e50f15cb0d0c9 (patch)
tree8336f0a4dfbb3090cbaf55a4935363034d486a1a /examples
parent4aae8a71fbd1f1914ef53a32197318114df6efde (diff)
downloadsamba-aa7fc4c698952b7e3748bc38d45e50f15cb0d0c9.tar.gz
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. (cherry picked from commit cb49b48e5cb1d8530292bac41052ef163fddec43)
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/skel_opaque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index bac035a8216..89d8ce5239a 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -307,7 +307,7 @@ static size_t skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
return 0;
}
-static size_t skel_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
+static size_t skel_get_nt_acl(vfs_handle_struct *handle,
const char *name, uint32 security_info, SEC_DESC **ppdesc)
{
errno = ENOSYS;