[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1139-g2069127

Michael Adam obnox at samba.org
Mon Jan 7 15:12:37 GMT 2008


The branch, v3-2-test has been updated
       via  20691272a1e2562ab8c6143978d324af0334f871 (commit)
      from  2ad66050a0452b8e7e08b1e7a01efa00c72fd451 (commit)

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


- Log -----------------------------------------------------------------
commit 20691272a1e2562ab8c6143978d324af0334f871
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jan 7 16:12:03 2008 +0100

    Fix the build: Fix caller of strict_allocate_ftruncate().
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_default.c b/source/modules/vfs_default.c
index 6ac8cc5..4505695 100644
--- a/source/modules/vfs_default.c
+++ b/source/modules/vfs_default.c
@@ -736,7 +736,7 @@ static int vfswrap_ftruncate(vfs_handle_struct *handle, files_struct *fsp, SMB_O
 	START_PROFILE(syscall_ftruncate);
 
 	if (lp_strict_allocate(SNUM(fsp->conn))) {
-		result = strict_allocate_ftruncate(handle, fsp, fsp->fh->fd, len);
+		result = strict_allocate_ftruncate(handle, fsp, len);
 		END_PROFILE(syscall_ftruncate);
 		return result;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list