[or-cvs] authdirservers don"t need to be treated specially on hup for

Roger Dingledine arma at seul.org
Wed Aug 18 06:48:47 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:
authdirservers don't need to be treated specially on hup for
making intro points


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- main.c	18 Aug 2004 06:29:58 -0000	1.320
+++ main.c	18 Aug 2004 06:48:45 -0000	1.321
@@ -744,9 +744,6 @@
     if(dirserv_parse_fingerprint_file(keydir) < 0) {
       log_fn(LOG_WARN, "Error reloading fingerprints. Continuing with old list.");
     }
-    /* Since we aren't fetching a directory, we won't retry rendezvous points
-     * when it gets in.  Try again now. */
-    rend_services_introduce();
   }
   /* Fetch a new directory. Even authdirservers do this. */
   directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 0);



More information about the tor-commits mailing list