aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 11:12:46 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-30 11:12:46 -0400
commit2238b6320b6e33b5c661012fcbe6831b42a8e123 (patch)
treeb571240691ee65a5919b48f03394cc7188b18be0 /src/core/or/circuitbuild.c
parent081d84c1de4cbf44bcac7afa0ab7417728052946 (diff)
downloadtor-2238b6320b6e33b5c661012fcbe6831b42a8e123.tar.gz
tor-2238b6320b6e33b5c661012fcbe6831b42a8e123.zip
Refactor reachability test logging: log exactly what we launch.
Previously we had two chains of logic for reachability tests: one for launching them, and one for telling the user that we had launched them. Now, we simply have the launch code inform the user: this way, we can't get out of sync. Closes ticket 34137.
Diffstat (limited to 'src/core/or/circuitbuild.c')
-rw-r--r--src/core/or/circuitbuild.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c
index 652d85b1c1..e971fb0865 100644
--- a/src/core/or/circuitbuild.c
+++ b/src/core/or/circuitbuild.c
@@ -1056,7 +1056,6 @@ circuit_build_no_more_hops(origin_circuit_t *circ)
clear_broken_connection_map(1);
if (server_mode(options) &&
!router_all_orports_seem_reachable(options)) {
- inform_testing_reachability();
router_do_reachability_checks(1, 1);
}
}