mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
temporary hack to solve bug 384, so i can get on with debugging
other stuff. svn:r9880
This commit is contained in:
@@ -4069,6 +4069,13 @@ update_router_descriptor_cache_downloads(time_t now)
|
||||
* we take this clause out. -RD */
|
||||
continue;
|
||||
}
|
||||
{ /* XXX temporary hack so I can debug other stuff without bug 384
|
||||
* filling up my logs. */
|
||||
trusted_dir_server_t *ds;
|
||||
ds = router_get_trusteddirserver_by_digest(ns->identity_digest);
|
||||
if (ds && !ds->is_running)
|
||||
continue;
|
||||
}
|
||||
SMARTLIST_FOREACH(ns->entries, routerstatus_t * , rs,
|
||||
{
|
||||
if (!rs->need_to_mirror)
|
||||
|
||||
Reference in New Issue
Block a user