]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
dirservers now don't build circuits until they have fetched a
authorRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 06:29:58 +0000 (06:29 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 06:29:58 +0000 (06:29 +0000)
directory from somebody else. this means they have time to
build their connections first.

svn:r2275

src/or/main.c

index fdd0aed81c2bc38594f8eca92149835d23828c89..1134dd6423781c094291e3d7bdc7d18942773330 100644 (file)
@@ -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()) {