summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@us.ibm.com>2012-08-31 10:33:57 -0700
committerChristian Ambach <ambi@samba.org>2012-09-10 17:58:19 +0200
commit5765d73f72e25f53bd899e17c5ebd6a3aada1686 (patch)
tree249f9b7f990420d3906735d2ed435411e84bfaf6 /source3
parentdc9b622d75d85c48441db5034136e6ff90c19811 (diff)
downloadsamba-5765d73f72e25f53bd899e17c5ebd6a3aada1686.tar.gz
samba-5765d73f72e25f53bd899e17c5ebd6a3aada1686.tar.bz2
samba-5765d73f72e25f53bd899e17c5ebd6a3aada1686.zip
s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fn
Commit e25830dcd87387a237b96f0d70deb204a5bf0a54 removed the function pointer from the time_audit module, although the VFS function still exists. Add the function pointer again in time_audit as this seems to be an accidentally deletion. Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/vfs_time_audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_time_audit.c b/source3/modules/vfs_time_audit.c
index c5ad9961ba..c80fc8a0c3 100644
--- a/source3/modules/vfs_time_audit.c
+++ b/source3/modules/vfs_time_audit.c
@@ -2137,6 +2137,7 @@ static struct vfs_fn_pointers vfs_time_audit_fns = {
.sys_acl_get_fd_fn = smb_time_audit_sys_acl_get_fd,
.sys_acl_set_file_fn = smb_time_audit_sys_acl_set_file,
.sys_acl_set_fd_fn = smb_time_audit_sys_acl_set_fd,
+ .sys_acl_delete_def_file_fn = smb_time_audit_sys_acl_delete_def_file,
.getxattr_fn = smb_time_audit_getxattr,
.fgetxattr_fn = smb_time_audit_fgetxattr,
.listxattr_fn = smb_time_audit_listxattr,