The branch, v3-3-test has been updated
       via  e321377174f579ba57a70f260f4d4bc234a07439 (commit)
      from  6194244bd9fcc1fb736f3d91433f107270cac1c9 (commit)

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


- Log -----------------------------------------------------------------
commit e321377174f579ba57a70f260f4d4bc234a07439
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Mon Jun 30 09:20:05 2008 -0700

    Fix from Atte Peltomäki - [EMAIL PROTECTED] to correctly check
    error code in winbindd group expansion.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_group.c b/source/winbindd/winbindd_group.c
index f9f946f..20b90e3 100644
--- a/source/winbindd/winbindd_group.c
+++ b/source/winbindd/winbindd_group.c
@@ -442,7 +442,7 @@ static NTSTATUS expand_groups( TALLOC_CTX *ctx,
                                                                 &sid_mem[j],
                                                                 &new_groups,
                                                                 
&new_groups_size);
-                               if (NT_STATUS_IS_OK(status)) {
+                               if (!NT_STATUS_IS_OK(status)) {
                                        goto out;
                                }
 


-- 
Samba Shared Repository

Reply via email to