mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
remove a bit more obsolete code
svn:r6566
This commit is contained in:
parent
a18766e50c
commit
18eb8192db
@ -595,13 +595,6 @@ circuit_testing_opened(circuit_t *circ)
|
||||
static void
|
||||
circuit_testing_failed(circuit_t *circ, int at_last_hop)
|
||||
{
|
||||
#if 0
|
||||
routerinfo_t *me = router_get_my_routerinfo();
|
||||
|
||||
if (!at_last_hop)
|
||||
circuit_launch_by_router(CIRCUIT_PURPOSE_TESTING, me, 0, 1, 1);
|
||||
else
|
||||
#endif
|
||||
if (server_mode(get_options()) && check_whether_orport_reachable())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user