mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +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
@ -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…
Reference in New Issue
Block a user