mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
don't tell people that the testing circuit failed if we already
consider ourselves reachable. this just confuses them. svn:r6546
This commit is contained in:
parent
8705db6c2c
commit
542b8af592
@ -602,6 +602,9 @@ circuit_testing_failed(circuit_t *circ, int 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;
|
||||
|
||||
log_info(LD_GENERAL,
|
||||
"Our testing circuit (to see if your ORPort is reachable) "
|
||||
"has failed. I'll try again later.");
|
||||
|
Loading…
Reference in New Issue
Block a user