summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-29 20:07:35 +0200
committerKarolin Seeger <kseeger@samba.org>2010-05-17 09:50:15 +0200
commit7f40864bee1d2441a25df1decb2f3e0bf83ffc66 (patch)
treec6b0ea7decb8f65a87454ff5e003578c75b1ed96
parent66d9db03282b0db0ad69872a20d20919611ed35f (diff)
downloadsamba-7f40864bee1d2441a25df1decb2f3e0bf83ffc66.tar.gz
s3: Fix bug 7398 -- rename problems with full_audit
(cherry picked from commit a9be37010b465346d5008edc5f8311180ff9e4f4)
-rw-r--r--source3/modules/vfs_full_audit.c2
1 files changed, 1 insertions, 1 deletions
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);