From bc4b00d121c699cd4301e4f185e7daf2034dd776 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 Apr 2010 20:07:35 +0200 Subject: [PATCH] s3: Fix bug 7398 -- rename problems with full_audit --- source3/modules/vfs_full_audit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 19ac7ad..468342e 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); -- 1.6.0.4