From 9ccec437b89acc856005b4d7702fe04f2ca211b1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 May 2007 13:55:31 +0000 Subject: r23075: more duplicate code blocks from bad merge (This used to be commit 86b6a41d5784a0214810c9cbc52ca5e99952898d) --- source3/nsswitch/winbindd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/nsswitch/winbindd.c') 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); -- cgit