summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-14 00:23:31 +0000
committerTim Potter <tpot@samba.org>2003-02-14 00:23:31 +0000
commitafb9105c3de7fc42ab12f7545268161c5849ba16 (patch)
treed3761fc286910724a39257ce66bcda336b8db024 /source3/nsswitch/winbindd.c
parentce306f8b08cc80d72e795e2795e1d71b5f43b93f (diff)
downloadsamba-afb9105c3de7fc42ab12f7545268161c5849ba16.tar.gz
samba-afb9105c3de7fc42ab12f7545268161c5849ba16.tar.bz2
samba-afb9105c3de7fc42ab12f7545268161c5849ba16.zip
Fix for trusted domains scan not working inspired by Ken Cross.
(Sorry - I should have checked this in yesterday but forgot) (This used to be commit 7420ddcda8e7189cedacb2c60f5ea265b8c35bda)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index c99bb39f7d..ddda2d5f8b 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -529,7 +529,7 @@ static void process_loop(void)
/* rescan the trusted domains list. This must be done
regularly to cope with transitive trusts */
- rescan_trusted_domains();
+ rescan_trusted_domains(False);
/* Free up temporary memory */