aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-08-20 02:44:33 +0000
committerAndrea Shepard <andrea@torproject.org>2016-08-20 02:44:33 +0000
commitdbdac1dc27b4ad1d98e8280e1f8b3a3aa2f60c15 (patch)
treefbd2868eb12ed1451d1a63a6e0473446106ba13a /src/or/config.c
parentd65f03091554e94ec1ceb51a607df19e9943c023 (diff)
downloadtor-dbdac1dc27b4ad1d98e8280e1f8b3a3aa2f60c15.tar.gz
tor-dbdac1dc27b4ad1d98e8280e1f8b3a3aa2f60c15.zip
s/connection_handle_oos/connection_check_oos/g per code review
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index f7a7a534b7..4831bad07a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1360,7 +1360,7 @@ options_act_reversible(const or_options_t *old_options, char **msg)
options->ConnLimit_low_thresh);
/* Give the OOS handler a chance with the new thresholds */
- connection_handle_oos(get_n_open_sockets(), 0);
+ connection_check_oos(get_n_open_sockets(), 0);
}
goto done;