diff options
author | Tim Potter <tpot@samba.org> | 2003-01-13 03:45:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-13 03:45:31 +0000 |
commit | cf17d012e67e632ddc2f83f498486d6ac766a752 (patch) | |
tree | d2d107c88a18f42eb241b5ecd8e5559e0d492d1e /source3/nsswitch/winbindd.c | |
parent | fd88966c470ec125476c9c8d4cb68678ac249e47 (diff) | |
download | samba-cf17d012e67e632ddc2f83f498486d6ac766a752.tar.gz samba-cf17d012e67e632ddc2f83f498486d6ac766a752.tar.xz samba-cf17d012e67e632ddc2f83f498486d6ac766a752.zip |
Merge of remove "winbindd holding pattern" from appliance. It's a bit
simpler as the rescanning of trusted domains helps us out a bit.
(This used to be commit 089729c02cb2088e85f0e7f8ec79afb58fe98be7)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index eadbf56074..815d691485 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -714,12 +714,6 @@ BOOL winbind_setup_common(void) if (!winbindd_param_init()) return False; - /* Get list of domains we look up requests for. This includes the - domain which we are a member of as well as any trusted - domains. */ - - init_domain_list(); - /* Winbind daemon initialisation */ if (!winbindd_idmap_init()) |