From bbcfb3164cf644686b2500200721791a51976c9e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jan 2003 19:08:23 +0000 Subject: playing janitor for tpot; remove holding pattern (This used to be commit c8e77809adfb2ace18c219d9291651a4959bbcb7) --- source3/nsswitch/winbindd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3') 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()) -- cgit