diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-24 14:39:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-24 15:25:17 -0400 |
commit | f9de0affd3f50d411e04bc1229525af2a14927fd (patch) | |
tree | 4e91733870b862aa6081d7de4530b3db5908ed2a /src/feature/stats/predict_ports.c | |
parent | 5c5fb0fcca504d319276a697fec43287e242765d (diff) | |
download | tor-f9de0affd3f50d411e04bc1229525af2a14927fd.tar.gz tor-f9de0affd3f50d411e04bc1229525af2a14927fd.zip |
Rename router_should_skip_orport_reachability_check.
This was supposed to happen in #40012, but the command line was wrong.
This is an automated commit, generated by this command:
./scripts/maint/rename_c_identifier.py \
router_should_skip_orport_reachability_check router_all_orports_seem_reachable
Diffstat (limited to 'src/feature/stats/predict_ports.c')
-rw-r--r-- | src/feature/stats/predict_ports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/predict_ports.c b/src/feature/stats/predict_ports.c index 37f7f4c583..57463952e7 100644 --- a/src/feature/stats/predict_ports.c +++ b/src/feature/stats/predict_ports.c @@ -270,7 +270,7 @@ rep_hist_circbuilding_dormant(time_t now) /* see if we'll still need to build testing circuits */ if (server_mode(options) && - (!router_should_skip_orport_reachability_check(options) || + (!router_all_orports_seem_reachable(options) || !circuit_enough_testing_circs())) return 0; if (!router_dirport_seems_reachable(options)) |