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 <[EMAIL PROTECTED]>
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

Reply via email to