[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3049-ge321377

Jeremy Allison jra at samba.org
Mon Jun 30 16:21:45 GMT 2008


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 <jra at samba.org>
Date:   Mon Jun 30 09:20:05 2008 -0700

    Fix from Atte Peltomäki - atte.peltomaki at f-secure.com 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


More information about the samba-cvs mailing list