summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 47d8962..13b30d1 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -601,7 +601,8 @@ static HANDLE_FUNC (handle_timeout)
static HANDLE_FUNC (handle_connectport)
{
- add_connect_port_allowed (get_int_arg (line, &match[2]));
+ add_connect_port_allowed (get_int_arg (line, &match[2]),
+ &conf->connect_ports);
return 0;
}