s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fn
authorChristof Schmitt <christof.schmitt@us.ibm.com>
Fri, 31 Aug 2012 17:33:57 +0000 (10:33 -0700)
committerChristian Ambach <ambi@samba.org>
Mon, 10 Sep 2012 15:58:19 +0000 (17:58 +0200)
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>
source3/modules/vfs_time_audit.c

index c5ad9961ba1cf9b5d0ad25f04570eaa0b9d6deba..c80fc8a0c30988df4a85e8b43d56a58af5342155 100644 (file)
@@ -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,