mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
authdirservers don't need to be treated specially on hup for
making intro points svn:r2277
This commit is contained in:
parent
807a484b88
commit
99e367f045
1 changed files with 0 additions and 3 deletions
|
@ -744,9 +744,6 @@ static int do_hup(void) {
|
||||||
if(dirserv_parse_fingerprint_file(keydir) < 0) {
|
if(dirserv_parse_fingerprint_file(keydir) < 0) {
|
||||||
log_fn(LOG_WARN, "Error reloading fingerprints. Continuing with old list.");
|
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. */
|
/* Fetch a new directory. Even authdirservers do this. */
|
||||||
directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 0);
|
directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue