summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-23 12:17:04 +0200
committerGünther Deschner <gd@samba.org>2010-04-23 12:17:25 +0200
commit4b1dab5b11d77d9fcac0ff5541ae5713db9106ec (patch)
tree12b6f73c86d73793dc9250c34b1a93e0194cf25c /source3/winbindd/winbindd_util.c
parentca0e5ea8331857bca5207105c6bb4b6aaa8edadb (diff)
downloadsamba-4b1dab5b11d77d9fcac0ff5541ae5713db9106ec.tar.gz
samba-4b1dab5b11d77d9fcac0ff5541ae5713db9106ec.tar.bz2
samba-4b1dab5b11d77d9fcac0ff5541ae5713db9106ec.zip
s3-winbind: fix setup_domain_child() callers.
Volker, please check. Guenther
Diffstat (limited to 'source3/winbindd/winbindd_util.c')
-rw-r--r--source3/winbindd/winbindd_util.c4
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);
}
}