diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 19:08:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 19:08:23 +0000 |
commit | bbcfb3164cf644686b2500200721791a51976c9e (patch) | |
tree | 7cc8fb48dd127f8aba650b8cbe9213a8460666a1 /source3 | |
parent | 99cdb462083381c88689a4e698ca48b6ed4cf5ac (diff) | |
download | samba-bbcfb3164cf644686b2500200721791a51976c9e.tar.gz samba-bbcfb3164cf644686b2500200721791a51976c9e.tar.xz samba-bbcfb3164cf644686b2500200721791a51976c9e.zip |
playing janitor for tpot; remove holding pattern
(This used to be commit c8e77809adfb2ace18c219d9291651a4959bbcb7)
Diffstat (limited to 'source3')
-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 479b35da07a..e1bb7179e5b 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()) |