summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-14 00:31:30 +0000
committerTim Potter <tpot@samba.org>2003-02-14 00:31:30 +0000
commit3807a1dadf1905567d70a7dd2b6344b884cf0ef7 (patch)
treec0ee9129678942cfc41fa354781b0ab8c554be6b /source3/nsswitch/winbindd.c
parent02da4c79444152a074d79e3b5b8b293a0b61ea1b (diff)
downloadsamba-3807a1dadf1905567d70a7dd2b6344b884cf0ef7.tar.gz
samba-3807a1dadf1905567d70a7dd2b6344b884cf0ef7.tar.bz2
samba-3807a1dadf1905567d70a7dd2b6344b884cf0ef7.zip
Mop and bucket for trusted domain enumeration fix.
(This used to be commit 5cfb30551a713caa3d69406450c1eac4541a30fa)
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 b70a4dd3b4..b0b3acff8f 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 */