summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-25 21:45:57 +0000
committerGerald Carter <jerry@samba.org>2003-08-25 21:45:57 +0000
commit6e090f1d7d4bc94cd0bc20e3502741621b6e2106 (patch)
tree88264057e973ad8721d20a4bd9b3c52918945ccb /source3/nsswitch/winbindd.c
parent93ccb7b817c1eefcf030fb1eca6bd0c6fc2f1138 (diff)
downloadsamba-6e090f1d7d4bc94cd0bc20e3502741621b6e2106.tar.gz
samba-6e090f1d7d4bc94cd0bc20e3502741621b6e2106.tar.bz2
samba-6e090f1d7d4bc94cd0bc20e3502741621b6e2106.zip
make sure we keep the trusted domain cache up to date
(This used to be commit 3324adcaceb9191b5d4d671ac9b51c85c6714598)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c10
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 */