diff options
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 8345fa11d0..313161f5fa 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -570,9 +570,15 @@ static void process_loop(void) message_dispatch(); - /* rescan the trusted domains list. This must be done +#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 */ + rescan_trusted_domains(False); +#endif /* Free up temporary memory */ |