summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-12 19:01:28 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-12 19:01:28 +0000
commitc23a22785d1786bbae25ffbd2c046b80ef4c59b7 (patch)
tree752cef5e1079efbfa3724383c7e5d36b1456a768
parentf7c2d1522e707de73b8d6828f83b11794e2a7102 (diff)
downloadtor-c23a22785d1786bbae25ffbd2c046b80ef4c59b7.tar.gz
tor-c23a22785d1786bbae25ffbd2c046b80ef4c59b7.zip
make r12485 more likely to work on tonga too
svn:r12486
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 623176ae87..8a630b5045 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3812,7 +3812,7 @@ update_consensus_router_descriptor_downloads(time_t now)
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.",