diff options
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index e6a1c8290b..6a0056f917 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -570,15 +570,9 @@ static void process_loop(void) message_dispatch(); -#if 0 - /* not needed any more since we use a single RPC to - get transitive trusts --jerry - - rescan the trusted domains list. This must be done - regularly to cope with transitive trusts */ + /* refresh the trusted domain cache */ - rescan_trusted_domains(False); -#endif + rescan_trusted_domains(); /* Free up temporary memory */ |