From 53719c6d7d155e6e61ee67341cbc058a3fa52295 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 21 May 2007 19:12:14 +0000 Subject: r23046: Few missing merges from cleaning out the Centeris winbindd tree. Nothing of major interest. Will fix a few problems with one way trusts. (This used to be commit 3d48a7e72d9268fd495e0ca4b6e73bed5bb57214) --- source3/nsswitch/winbindd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 790d59c086..ed0bdeb13a 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1164,6 +1164,10 @@ 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