[SCM] Samba Shared Repository - branch master updated - 0f38bd90722469c6dbf1bcc7f56d3fbf6db3a8e8

Michael Adam obnox at samba.org
Thu Dec 4 13:02:09 GMT 2008


The branch, master has been updated
       via  0f38bd90722469c6dbf1bcc7f56d3fbf6db3a8e8 (commit)
      from  95b4baf5adc61e823a83044e9a679a6200d2f6af (commit)

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


- Log -----------------------------------------------------------------
commit 0f38bd90722469c6dbf1bcc7f56d3fbf6db3a8e8
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 4 14:00:44 2008 +0100

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_group.c b/source3/winbindd/winbindd_group.c
index 8b4d4d6..7432bda 100644
--- a/source3/winbindd/winbindd_group.c
+++ b/source3/winbindd/winbindd_group.c
@@ -833,7 +833,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;
@@ -884,7 +884,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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list