summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nsswitch/winbindd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index 8e6d2d0bd2..86e4528571 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -1164,10 +1164,6 @@ int main(int argc, char **argv, char **envp)
wcache_tdc_clear();
- /* clear the cached list of trusted domains */
-
- wcache_tdc_clear();
-
if (!init_domain_list()) {
DEBUG(0,("unable to initalize domain list\n"));
exit(1);