[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-264-g5ab0677

Volker Lendecke vlendec at samba.org
Tue Jul 7 18:42:30 GMT 2009


The branch, master has been updated
       via  5ab0677b45c289d5454c32950276230278379ed0 (commit)
      from  a830a3f9e292931acd90b5cf5cdffc6e83ea00c7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5ab0677b45c289d5454c32950276230278379ed0
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jul 7 20:40:39 2009 +0200

    Attempt to fix the build of vfs_catia.c -- Tim, please check!

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c
index e577942..1fd1012 100644
--- a/source3/modules/vfs_catia.c
+++ b/source3/modules/vfs_catia.c
@@ -151,7 +151,7 @@ static int catia_open(vfs_handle_struct *handle,
 	tmp_base_name = smb_fname->base_name;
 	smb_fname->base_name = name;
 
-	ret = SMB_VFS_NEXT_OPEN(handle, name, fsp, flags, mode);
+	ret = SMB_VFS_NEXT_OPEN(handle, smb_fname, fsp, flags, mode);
 
 	smb_fname->base_name = tmp_base_name;
 	TALLOC_FREE(name);
@@ -204,7 +204,7 @@ static int catia_rename(vfs_handle_struct *handle,
 				  smb_fname_dst_tmp);
  out:
 	TALLOC_FREE(oname);
-	TALLOC_FREE(newname);
+	TALLOC_FREE(nname);
 	TALLOC_FREE(smb_fname_src_tmp);
 	TALLOC_FREE(smb_fname_dst_tmp);
 	return ret;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list