[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] dirservers now don"t build circuits until they have fetched a



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	main.c 
Log Message:
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.


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- main.c	15 Aug 2004 20:16:26 -0000	1.319
+++ main.c	18 Aug 2004 06:29:58 -0000	1.320
@@ -795,7 +795,7 @@
 
   if(authdir_mode()) {
     /* the directory is already here, run startup things */
-    directory_has_arrived();
+    router_retry_connections();
   }
 
   if(server_mode()) {