The branch, v3-devel has been updated
       via  5eee7423351ffd05486e33ff8eb905babcbc9422 (commit)
      from  7c820899ed1364fdaeb7b49e8ddd839e67397ec0 (commit)

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


- Log -----------------------------------------------------------------
commit 5eee7423351ffd05486e33ff8eb905babcbc9422
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Thu Aug 28 12:29:24 2008 +0200

    winbindd: fix invalid sid copy (hit when enumerating sibling domains).
    
    Guenther

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

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 097fa39..53ea3e1 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

Reply via email to