diff options
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 19265965f5..3b32786e31 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -830,7 +830,7 @@ options_act_reversible(or_options_t *old_options, char **msg) /* Launch the listeners. (We do this before we setuid, so we can bind to * ports under 1024.) */ - if (retry_all_listeners(0, replaced_listeners, new_listeners) < 0) { + if (retry_all_listeners(replaced_listeners, new_listeners) < 0) { *msg = tor_strdup("Failed to bind one of the listener ports."); goto rollback; } |