summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-09-16 02:07:52 +0100
committerrofl0r <rofl0r@users.noreply.github.com>2020-09-16 02:39:09 +0100
commite843519fb899f36780756894f634238d67857ad8 (patch)
treebf055a1327a9fdae1e80b0a30c49f3590123e33f /src/conf.h
parenta5381223df30968054c61dffd8bb81b2a29a1535 (diff)
listen_addrs: use sblist
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 1ba32f2..e0fbb51 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -47,7 +47,7 @@ struct config_s {
unsigned int maxclients;
char *user;
char *group;
- vector_t listen_addrs;
+ sblist *listen_addrs;
#ifdef FILTER_ENABLE
char *filter;
unsigned int filter_url; /* boolean */