summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-22 13:55:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:18 -0500
commit9ccec437b89acc856005b4d7702fe04f2ca211b1 (patch)
tree2fdd8c7938b0a2ac7007f0f3d0ce1e5356bf3bdf /source3/nsswitch/winbindd.c
parentf884d761ddb3216c85d1f8fe2d6b6b9438e57c16 (diff)
downloadsamba-9ccec437b89acc856005b4d7702fe04f2ca211b1.tar.gz
samba-9ccec437b89acc856005b4d7702fe04f2ca211b1.tar.bz2
samba-9ccec437b89acc856005b4d7702fe04f2ca211b1.zip
r23075: more duplicate code blocks from bad merge
(This used to be commit 86b6a41d5784a0214810c9cbc52ca5e99952898d)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-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);