summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
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;