diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-16 01:38:50 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-16 02:39:09 +0100 |
commit | 487f2aba4720c3d7b3e7eac4786208cbb7ceb492 (patch) | |
tree | 171e213e2e011d6ac65ed0aa16b310db0f380591 /src/conf.h | |
parent | e929e81a55241b63d8921c071806195eae91ab91 (diff) |
connect_ports: use sblist
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |