From 7f40864bee1d2441a25df1decb2f3e0bf83ffc66 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 Apr 2010 20:07:35 +0200 Subject: s3: Fix bug 7398 -- rename problems with full_audit (cherry picked from commit a9be37010b465346d5008edc5f8311180ff9e4f4) --- source3/modules/vfs_full_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 19ac7adaed3..468342e1caa 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -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); -- cgit