[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3228-g21dedb6

Michael Adam obnox at samba.org
Thu Dec 4 13:31:49 GMT 2008


The branch, v3-2-test has been updated
       via  21dedb62d866bb0a2ae808c8d5a411c7f0fb8604 (commit)
       via  2deb1272ef7d3edd910988e696f5556bcfcdbe1f (commit)
      from  284b3e50435d4450008031e00b7290a1970a0cc4 (commit)

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


- Log -----------------------------------------------------------------
commit 21dedb62d866bb0a2ae808c8d5a411c7f0fb8604
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 4 14:30:52 2008 +0100

    winbindd: fix more misindentations of top level braces in winbindd_group
    
    Michael

commit 2deb1272ef7d3edd910988e696f5556bcfcdbe1f
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 4 14:29:01 2008 +0100

    winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gid_recv
    
    to make code more readable
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_group.c b/source/winbindd/winbindd_group.c
index 9307250..f1b1fed 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -740,7 +740,7 @@ struct getgrsid_state {
 };
 
 static void getgrsid_sid2gid_recv(void *private_data, bool success, gid_t gid)
-	{
+{
 	struct getgrsid_state *s =
 		(struct getgrsid_state *)private_data;
 	struct winbindd_domain *domain;
@@ -790,7 +790,7 @@ static void getgrsid_sid2gid_recv(void *private_data, bool success, gid_t gid)
 	s->state->response.extra_data.data = gr_mem;
 
 	request_ok(s->state);	
-	}
+}
 
 static void getgrsid_lookupsid_recv( void *private_data, bool success,
 				     const char *dom_name, const char *name,
@@ -832,10 +832,10 @@ static void getgrsid_lookupsid_recv( void *private_data, bool success,
 
 	winbindd_sid2gid_async(s->state->mem_ctx, &s->group_sid,
 			       getgrsid_sid2gid_recv, s);
-	}
+}
 
 static void winbindd_getgrsid( struct winbindd_cli_state *state, const DOM_SID group_sid )
-	{
+{
 	struct getgrsid_state *s;
 
 	if ( (s = TALLOC_ZERO_P(state->mem_ctx, struct getgrsid_state)) == NULL ) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list