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

Michael Adam obnox at samba.org
Thu Dec 4 13:05:08 GMT 2008


The branch, v3-3-test has been updated
       via  d28a0f970e06c67729d71d505c35ae1d49ad6ccc (commit)
      from  23f493795ce506f9dae5468edcd6c49de91c57a6 (commit)

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


- Log -----------------------------------------------------------------
commit d28a0f970e06c67729d71d505c35ae1d49ad6ccc
Author: Michael Adam <obnox at samba.org>
Date:   Thu Dec 4 14:04:33 2008 +0100

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

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

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 8b4d4d6..7432bda 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/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