diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-16 01:54:05 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-16 02:39:09 +0100 |
commit | a5381223df30968054c61dffd8bb81b2a29a1535 (patch) | |
tree | c93b8ef1f35afc12973ee8f9372eea3859b9b05b /src/conf.h | |
parent | 487f2aba4720c3d7b3e7eac4786208cbb7ceb492 (diff) |
basicauth: use sblist
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ typedef struct { * Hold all the configuration time information. */ struct config_s { - vector_t basicauth_list; + sblist *basicauth_list; char *logf_name; unsigned int syslog; /* boolean */ unsigned int port; |