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

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


- Log -----------------------------------------------------------------
commit 2a02d12df0ca53ddf29f89f5889245798ac6b59b
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Thu Dec 4 14:30:52 2008 +0100

    winbindd: fix more misindentations of top level braces in winbindd_group
    
    Michael
    (cherry picked from commit 21dedb62d866bb0a2ae808c8d5a411c7f0fb8604)

commit af56198a2d4e787c04c061b78127032ed2e67b51
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
    (cherry picked from commit d28a0f970e06c67729d71d505c35ae1d49ad6ccc)

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

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 9c09a1a..8b62387 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -750,7 +750,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;
@@ -800,7 +800,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,
@@ -842,10 +842,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-CTDB repository

Reply via email to