]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
authdirservers don't need to be treated specially on hup for
authorRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 06:48:45 +0000 (06:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 18 Aug 2004 06:48:45 +0000 (06:48 +0000)
making intro points

svn:r2277

src/or/main.c

index 1134dd6423781c094291e3d7bdc7d18942773330..8c7a9ab731b5fc319a942f44d726e780c553b4a9 100644 (file)
@@ -744,9 +744,6 @@ static int do_hup(void) {
     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);