소스 검색

dirservers now don't build circuits until they have fetched a
directory from somebody else. this means they have time to
build their connections first.


svn:r2275

Roger Dingledine 21 년 전
부모
커밋
6e9e467b1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -795,7 +795,7 @@ static int do_main_loop(void) {
 
   if(authdir_mode()) {
     /* the directory is already here, run startup things */
-    directory_has_arrived();
+    router_retry_connections();
   }
 
   if(server_mode()) {