aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-15 21:00:10 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-15 21:00:10 -0500
commitd9804691dfb507623d3c4bec56235ff7171ca17b (patch)
treef6d7bc8463dea1feb28815f12a0475b6c5e24b54 /src/or/circuituse.c
parent92a42f795ce09f3d846acfb1a70100adbcd32681 (diff)
parent3dd2c1d02298280938cec9022c23a64f6b53aae5 (diff)
downloadtor-d9804691dfb507623d3c4bec56235ff7171ca17b.tar.gz
tor-d9804691dfb507623d3c4bec56235ff7171ca17b.zip
Merge remote-tracking branch 'ffmancera-1/bug18918'
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 5fa11a802a..13bd84e65c 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -1632,7 +1632,7 @@ circuit_testing_opened(origin_circuit_t *circ)
router_perform_bandwidth_test(NUM_PARALLEL_TESTING_CIRCS, time(NULL));
have_performed_bandwidth_test = 1;
} else
- consider_testing_reachability(1, 0);
+ router_do_reachability_checks(1, 0);
}
/** A testing circuit has failed to build. Take whatever stats we want. */