[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Fri Mar 4 01:10:03 UTC 2016


The branch, master has been updated
       via  b1b70c1 vfs: Fix the vfs_gpfs build
      from  116f415 heimdal asn1: avoid fclose(NULL) caused by missing braces

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


- Log -----------------------------------------------------------------
commit b1b70c136c68bb7cac0c68a96fa064e0b29bbfa6
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Mar 3 17:19:18 2016 +0100

    vfs: Fix the vfs_gpfs build
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Mar  4 02:09:15 CET 2016 on sn-devel-144

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

Summary of changes:
 source3/modules/vfs_gpfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index af7fd17..cc17d2a 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1403,7 +1403,7 @@ static int vfs_gpfs_chmod(vfs_handle_struct *handle,
 	struct smb_filename *smb_fname_cpath;
 	int rc;
 
-	smb_fname_cpath = cp_smb_fname(talloc_tos(), smb_fname);
+	smb_fname_cpath = cp_smb_filename(talloc_tos(), smb_fname);
 	if (smb_fname_cpath == NULL) {
 		errno = ENOMEM;
 		return -1;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list