[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Apr 23 04:17:54 MDT 2010


The branch, master has been updated
       via  4b1dab5... s3-winbind: fix setup_domain_child() callers.
      from  ca0e5ea... s4-smbtorture: use server_name for all printerdriver delete and enum operations.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4b1dab5b11d77d9fcac0ff5541ae5713db9106ec
Author: Günther Deschner <gd at samba.org>
Date:   Fri Apr 23 12:17:04 2010 +0200

    s3-winbind: fix setup_domain_child() callers.
    
    Volker, please check.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c
index a13df1f..0209a31 100644
--- a/source3/winbindd/winbindd_util.c
+++ b/source3/winbindd/winbindd_util.c
@@ -429,7 +429,7 @@ static void rescan_forest_root_trusts( void )
 						&cache_methods,
 						&dom_list[i].sid );
 			if (d != NULL) {
-				setup_domain_child(d, &d->child);
+				setup_domain_child(d);
 			}
 		}
 
@@ -501,7 +501,7 @@ static void rescan_forest_trusts( void )
 							&cache_methods,
 							&dom_list[i].sid );
 				if (d != NULL) {
-					setup_domain_child(d, &d->child);
+					setup_domain_child(d);
 				}
 			}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list