Browse Source

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

svn:r6359
Roger Dingledine 19 years ago
parent
commit
b190c451b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/or/routerlist.c

+ 1 - 2
src/or/routerlist.c

@@ -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);