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:
parent
ca0e5ea833
commit
4b1dab5b11
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user