s3: Make vfswrap_audit_file static
authorVolker Lendecke <vl@samba.org>
Fri, 8 Jun 2012 09:59:18 +0000 (11:59 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 12 Jun 2012 00:26:30 +0000 (02:26 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jun 12 02:26:31 CEST 2012 on sn-devel-104

source3/modules/vfs_default.c

index 9745a733be496cffe844993130cc6f7ac8c0e8c1..a39e10a12922b5cb32e76504a407f8b94b96ccf5 100644 (file)
@@ -1874,11 +1874,11 @@ static NTSTATUS vfswrap_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp
        return result;
 }
 
-NTSTATUS vfswrap_audit_file(struct vfs_handle_struct *handle,
-                           struct smb_filename *file,
-                           struct security_acl *sacl,
-                           uint32_t access_requested,
-                           uint32_t access_denied)
+static NTSTATUS vfswrap_audit_file(struct vfs_handle_struct *handle,
+                                  struct smb_filename *file,
+                                  struct security_acl *sacl,
+                                  uint32_t access_requested,
+                                  uint32_t access_denied)
 {
        return NT_STATUS_OK; /* Nothing to do here ... */
 }