mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
re-enable dirport testing again
(still need the other half, to notice when it has worked.) svn:r5152
This commit is contained in:
parent
8fc9330686
commit
54a662a542
1 changed files with 3 additions and 1 deletions
|
@ -447,7 +447,9 @@ consider_testing_reachability(void)
|
|||
}
|
||||
|
||||
if (!check_whether_dirport_reachable()) {
|
||||
directory_initiate_command_router(me, DIR_PURPOSE_FETCH_DIR, 1, NULL, NULL, 0);
|
||||
/* ask myself, via tor, for my server descriptor. */
|
||||
directory_initiate_command_router(me, DIR_PURPOSE_FETCH_SERVERDESC,
|
||||
1, "authority", NULL, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue