[or-cvs] we were uploading our server descriptor to each the dirserv...

Roger Dingledine arma at seul.org
Wed Apr 7 19:30:24 UTC 2004


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:
we were uploading our server descriptor to each the dirservers
when we boot, and then also on the first iteration of the main loop


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- main.c	5 Apr 2004 00:47:47 -0000	1.224
+++ main.c	7 Apr 2004 19:30:22 -0000	1.225
@@ -578,7 +578,6 @@
 
   if(options.ORPort) {
     cpu_init(); /* launch cpuworkers. Need to do this *after* we've read the onion key. */
-    router_upload_dir_desc_to_dirservers(); /* upload our descriptor to all dirservers */
   }
 
   /* start up the necessary connections based on which ports are



More information about the tor-commits mailing list