diff options
-rw-r--r-- | source3/winbindd/winbindd_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c index a13df1f157..0209a31803 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); } } |