The branch, master has been updated
       via  1798609 s3: Split a line with 1 statements
      from  d3e5a0b s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN

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


- Log -----------------------------------------------------------------
commit 17986097a39bf2479f244abf40acafa84dfbcd1d
Author: Volker Lendecke <v...@samba.org>
Date:   Thu Jan 12 11:36:02 2012 +0100

    s3: Split a line with 1 statements
    
    Autobuild-User: Volker Lendecke <vlen...@samba.org>
    Autobuild-Date: Thu Jan 12 13:10:19 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index ba6ec6d..a588ed1 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1264,7 +1264,8 @@ int vfs_gpfs_connect(struct vfs_handle_struct *handle, 
const char *service,
        config = talloc_zero(handle->conn, struct gpfs_config_data);
        if (!config) {
                SMB_VFS_NEXT_DISCONNECT(handle);
-               DEBUG(0, ("talloc_zero() failed\n")); return -1;
+               DEBUG(0, ("talloc_zero() failed\n"));
+               return -1;
        }
 
        config->sharemodes = lp_parm_bool(SNUM(handle->conn), "gpfs",


-- 
Samba Shared Repository

Reply via email to