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

Günther Deschner gd at samba.org
Thu Aug 28 10:31:32 GMT 2008


The branch, v3-2-test has been updated
       via  9f0bc4ff17b5a11dc412d0b5bc136476f3209a0c (commit)
      from  0a0795fd0310cc44dac0df312325df6d08e38cdb (commit)

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


- Log -----------------------------------------------------------------
commit 9f0bc4ff17b5a11dc412d0b5bc136476f3209a0c
Author: Günther Deschner <gd at samba.org>
Date:   Thu Aug 28 12:29:24 2008 +0200

    winbindd: fix invalid sid copy (hit when enumerating sibling domains).
    
    Guenther
    (cherry picked from commit 5eee7423351ffd05486e33ff8eb905babcbc9422)

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_ads.c b/source/winbindd/winbindd_ads.c
index 64b5ce7..5b651fa 100644
--- a/source/winbindd/winbindd_ads.c
+++ b/source/winbindd/winbindd_ads.c
@@ -1254,7 +1254,7 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain,
 			if (trusts.array[i].sid) {
 				sid_copy( &d.sid, trusts.array[i].sid);
 			} else {
-				sid_copy(&(*dom_sids)[ret_count], &global_sid_NULL);
+				sid_copy(&d.sid, &global_sid_NULL);
 			}
 
 			if ( domain->primary ) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list