Browse Source

Here is an attempted fix for directory mirrors that are frozen
in fear because they don't have all the networkstatuses. There's
no reason not to proceed if all the other checks are ok -- we just
shouldn't warn about certain things yet.


svn:r6337

Roger Dingledine 19 years ago
parent
commit
b18d20ce32
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/routerlist.c

+ 0 - 2
src/or/routerlist.c

@@ -3597,8 +3597,6 @@ router_have_minimum_dir_info(void)
       log_info(LD_DIR,
       log_info(LD_DIR,
                "We have only tried downloading %d/%d network statuses.",
                "We have only tried downloading %d/%d network statuses.",
                n_tried, n_authorities);
                n_tried, n_authorities);
-      res = 0;
-      goto done;
     } else {
     } else {
       have_ever_tried_all = 1;
       have_ever_tried_all = 1;
     }
     }