mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
make r12485 more likely to work on tonga too
svn:r12486
This commit is contained in:
parent
f7c2d1522e
commit
c23a22785d
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user