[or-cvs] r12486: make r12485 more likely to work on tonga too (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Mon Nov 12 19:01:29 UTC 2007
Author: arma
Date: 2007-11-12 14:01:28 -0500 (Mon, 12 Nov 2007)
New Revision: 12486
Modified:
tor/trunk/src/or/routerlist.c
Log:
make r12485 more likely to work on tonga too
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-11-12 16:29:31 UTC (rev 12485)
+++ tor/trunk/src/or/routerlist.c 2007-11-12 19:01:28 UTC (rev 12486)
@@ -3812,7 +3812,7 @@
smartlist_add(downloadable, rs->descriptor_digest);
});
- if (!authdir_mode(options) && smartlist_len(no_longer_old)) {
+ if (!authdir_mode_any_nonbridge(options) && smartlist_len(no_longer_old)) {
routerlist_t *rl = router_get_routerlist();
log_info(LD_DIR, "%d router descriptors listed in consensus are "
"currently in old_routers; making them current.",
More information about the tor-commits
mailing list