mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
and one more kick to consider all live network statuses for versions
svn:r6359
This commit is contained in:
parent
a9e7737c3a
commit
b190c451b8
@ -2731,8 +2731,7 @@ routers_update_all_from_networkstatus(void)
|
|||||||
SMARTLIST_FOREACH(networkstatus_list, networkstatus_t *, ns,
|
SMARTLIST_FOREACH(networkstatus_list, networkstatus_t *, ns,
|
||||||
{
|
{
|
||||||
version_status_t vs;
|
version_status_t vs;
|
||||||
if (!ns->recommends_versions ||
|
if (!ns->recommends_versions)
|
||||||
ns->received_on + SELF_OPINION_INTERVAL < now )
|
|
||||||
continue;
|
continue;
|
||||||
vs = tor_version_is_obsolete(
|
vs = tor_version_is_obsolete(
|
||||||
VERSION, is_server ? ns->server_versions : ns->client_versions);
|
VERSION, is_server ? ns->server_versions : ns->client_versions);
|
||||||
|
Loading…
Reference in New Issue
Block a user