From 487f2aba4720c3d7b3e7eac4786208cbb7ceb492 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 16 Sep 2020 01:38:50 +0100 Subject: connect_ports: use sblist --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 3ed774b..c075215 100644 --- a/src/conf.h +++ b/src/conf.h @@ -99,7 +99,7 @@ struct config_s { /* * Store the list of port allowed by CONNECT. */ - vector_t connect_ports; + sblist *connect_ports; /* * Map of headers which should be let through when the -- cgit v1.2.3