[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.3_ctdb.51-10-g7213d15

Michael Adam obnox at samba.org
Thu Dec 4 14:10:27 GMT 2008


The branch, v3-2-ctdb has been updated
       via  7213d1594a4b0d7127eac40677714e886d2b5726 (commit)
      from  2a02d12df0ca53ddf29f89f5889245798ac6b59b (commit)

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


- Log -----------------------------------------------------------------
commit 7213d1594a4b0d7127eac40677714e886d2b5726
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 4 15:01:46 2008 +0100

    winbindd: fix more horrible brace mis-indentations in winbindd_group
    
    Sorry, but I can't bear this.
    
    And while my vim is smart enough to cope with this,
    it confuses _me_, and I have seen an emacs confused as well.
    (Which comes as no surprise, almost human as it is...)
    
    Michael
    (cherry picked from commit addbddf90a4935f7fda8ed4acbf5a4574d7fc92b)

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_group.c b/source/winbindd/winbindd_group.c
index 8b62387..75ec28c 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -825,14 +825,14 @@ static void getgrsid_lookupsid_recv( void *private_data, bool success,
 			  dom_name, name, name_type));
 		request_error(s->state);
 		return;
-}
+	}
 
 	if ( (s->group_name = talloc_asprintf( s->state->mem_ctx,
                                                "%s%c%s",
                                                dom_name,
 					       *lp_winbind_separator(),
                                                name)) == NULL )
-{
+	{
 		DEBUG(1, ("getgrsid_lookupsid_recv: talloc_asprintf() Failed!\n"));
 		request_error(s->state);
 		return;


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list