diff options
Diffstat (limited to 'source3/nsswitch')
-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 479b35da07..e1bb7179e5 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()) |