1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-winbind: fix setup_domain_child() callers.

Volker, please check.

Guenther
This commit is contained in:
Günther Deschner 2010-04-23 12:17:04 +02:00
parent ca0e5ea833
commit 4b1dab5b11

View File

@ -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);
}
}