s3: Fix bug 7398 -- rename problems with full_audit
authorVolker Lendecke <vl@samba.org>
Thu, 29 Apr 2010 18:07:35 +0000 (20:07 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 May 2010 07:50:15 +0000 (09:50 +0200)
(cherry picked from commit a9be37010b465346d5008edc5f8311180ff9e4f4)

source3/modules/vfs_full_audit.c

index 19ac7adaed3bd42ef7e9f98877a6a0b3bf5101bf..468342e1caa7d9d913207a93b7c983f26c4a09fd 100644 (file)
@@ -1094,7 +1094,7 @@ static int smb_full_audit_lstat(vfs_handle_struct *handle,
 static uint64_t smb_full_audit_get_alloc_size(vfs_handle_struct *handle,
                       files_struct *fsp, const SMB_STRUCT_STAT *sbuf)
 {
-       int result;
+       uint64_t result;
 
        result = SMB_VFS_NEXT_GET_ALLOC_SIZE(handle, fsp, sbuf);