diff --git a/sslh-conf.c b/sslh-conf.c index fec0699..907d9b6 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Fri Feb 8 22:36:20 2019. */ + * on Sat Mar 9 11:35:00 2019. */ #define _GNU_SOURCE #include @@ -547,6 +547,8 @@ int sslhcfg_cl_parse(int argc, char* argv[], struct sslhcfg_item* cfg) { return 0; } + sslhcfg_init(cfg); + if (sslhcfg_conffile->count) { if (!sslhcfg_parse_file(sslhcfg_conffile->filename[0], cfg, &errmsg)) { fprintf(stderr, "%s\n", errmsg); diff --git a/sslh-conf.h b/sslh-conf.h index f1ca729..85f831a 100644 --- a/sslh-conf.h +++ b/sslh-conf.h @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Fri Feb 8 22:36:20 2019. */ + * on Sat Mar 9 11:35:00 2019. */ #ifndef C2S_SSLHCFG_H #define C2S_SSLHCFG_H