[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0rc2-97-g4a47bc6

Karolin Seeger kseeger at samba.org
Mon Jun 30 18:15:14 GMT 2008


The branch, v3-2-stable has been updated
       via  4a47bc6082b9f1162a9d79d2faee6f12f85bf5c8 (commit)
      from  83612e44211e5683cfe528a202f529cc9c531573 (commit)

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


- Log -----------------------------------------------------------------
commit 4a47bc6082b9f1162a9d79d2faee6f12f85bf5c8
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Jun 30 09:19:16 2008 -0700

    Fix from Atte Peltomäki - atte.peltomaki at f-secure.com to correctly check
    error code in winbindd group expansion.
    Jeremy.
    (cherry picked from commit c622c997c513d02f929beaaf8ce2e5aa249fcc47)

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

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 63fde9f..ce6ca37 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


More information about the samba-cvs mailing list