summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-18 06:48:45 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-18 06:48:45 +0000
commit99e367f0454a7931bdc3193dcea750d49206c3b2 (patch)
tree781f8cd6db45f92558a62de64d710c87a49dd207
parent807a484b882bfd08b2b6996d6346009c8f108a16 (diff)
downloadtor-99e367f0454a7931bdc3193dcea750d49206c3b2.tar.gz
tor-99e367f0454a7931bdc3193dcea750d49206c3b2.zip
authdirservers don't need to be treated specially on hup for
making intro points svn:r2277
-rw-r--r--src/or/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 1134dd6423..8c7a9ab731 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -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);