[or-cvs] don"t call rend_services_init right before we fetch the

Roger Dingledine arma at seul.org
Fri Apr 9 19:34:57 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:
don't call rend_services_init right before we fetch the
dir, because we call it right after now.


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- main.c	9 Apr 2004 19:30:38 -0000	1.232
+++ main.c	9 Apr 2004 19:34:55 -0000	1.233
@@ -346,8 +346,6 @@
    *    our descriptor (if any). */
   if(time_to_fetch_directory < now) {
     /* it's time to fetch a new directory and/or post our descriptor */
-    if(has_fetched_directory)
-      rend_services_init(); /* make new intro points and re-upload if necessary */
     if(options.ORPort) {
       router_rebuild_descriptor();
       router_upload_dir_desc_to_dirservers();



More information about the tor-commits mailing list