Ver código fonte

be less eager to decide that the entire network is down

svn:r5434
Roger Dingledine 19 anos atrás
pai
commit
f28770b639
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/or/routerlist.c

+ 0 - 1
src/or/routerlist.c

@@ -340,7 +340,6 @@ router_pick_directory_server(int requireother,
 
   info(LD_DIR,"Still no %s router entries. Reloading and trying again.",
          fascistfirewall ? "reachable" : "known");
-  has_fetched_directory=0; /* reset it */
   if (router_reload_router_list()) {
     return NULL;
   }