and one more kick to consider all live network statuses for versions

svn:r6359
This commit is contained in:
Roger Dingledine 2006-04-10 08:40:16 +00:00
parent a9e7737c3a
commit b190c451b8

View File

@ -2731,8 +2731,7 @@ routers_update_all_from_networkstatus(void)
SMARTLIST_FOREACH(networkstatus_list, networkstatus_t *, ns,
{
version_status_t vs;
if (!ns->recommends_versions ||
ns->received_on + SELF_OPINION_INTERVAL < now )
if (!ns->recommends_versions)
continue;
vs = tor_version_is_obsolete(
VERSION, is_server ? ns->server_versions : ns->client_versions);