소스 검색

be less eager to decide that the entire network is down

svn:r5434
Roger Dingledine 19 년 전
부모
커밋
f28770b639
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }