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

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


- Log -----------------------------------------------------------------
commit addbddf90a4935f7fda8ed4acbf5a4574d7fc92b
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Thu Dec 4 15:01:46 2008 +0100

    winbindd: fix more horrible brace mis-indentations in winbindd_group
    
    Sorry, but I can't bear this.
    
    And while my vim is smart enough to cope with this,
    it confuses _me_, and I have seen an emacs confused as well.
    (Which comes as no surprise, almost human as it is...)
    
    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 f1b1fed..bcb859d 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -815,14 +815,14 @@ static void getgrsid_lookupsid_recv( void *private_data, 
bool success,
                          dom_name, name, name_type));
                request_error(s->state);
                return;
-}
+       }
 
        if ( (s->group_name = talloc_asprintf( s->state->mem_ctx, 
                                                "%s%c%s",
                                                dom_name,
                                               *lp_winbind_separator(),
                                                name)) == NULL )
-{
+       {
                DEBUG(1, ("getgrsid_lookupsid_recv: talloc_asprintf() 
Failed!\n"));
                request_error(s->state);
                return;


-- 
Samba Shared Repository

Reply via email to