[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Sun May 2 01:29:44 MDT 2010


The branch, v3-5-test has been updated
       via  a9be370... s3: Fix bug 7398 -- rename problems with full_audit
      from  1c39ce1... s3/packaging: make rpm build work by overriding strict linker flags (cherry picked from commit 8f74d38c3a4a853f608fed0bed1b55915d01555a)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit a9be37010b465346d5008edc5f8311180ff9e4f4
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Apr 29 20:07:35 2010 +0200

    s3: Fix bug 7398 -- rename problems with full_audit

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_full_audit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list