diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-21 19:12:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:17 -0500 |
commit | 53719c6d7d155e6e61ee67341cbc058a3fa52295 (patch) | |
tree | a8c438429961204147134ef5c4001ce2d444c152 /source3/nsswitch/winbindd.c | |
parent | 0afd56aa837527941560118d8d156032fb8a2e8d (diff) | |
download | samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.tar.gz samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.tar.bz2 samba-53719c6d7d155e6e61ee67341cbc058a3fa52295.zip |
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)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 4 |
1 files changed, 4 insertions, 0 deletions
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); |