From 86b6a41d5784a0214810c9cbc52ca5e99952898d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 May 2007 13:55:31 +0000 Subject: [PATCH] r23075: more duplicate code blocks from bad merge --- source/nsswitch/winbindd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index 8e6d2d0bd2d..86e45285712 100644 --- a/source/nsswitch/winbindd.c +++ b/source/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); -- 2.47.3