diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index 367094f..36060cf 100644 --- a/src/config.c +++ b/src/config.c @@ -98,7 +98,6 @@ conf_ini_handler(void *user, const char *section, } strvars[] = { { ":tls", "store", &conf->tls.store }, { ":tls", "organization", &conf->tls.organization }, - { ":tls", "email", &conf->tls.email }, }; struct { char *section; @@ -223,7 +222,6 @@ config_finish(struct gmnisrv_config *conf) { free(conf->tls.store); free(conf->tls.organization); - free(conf->tls.email); struct gmnisrv_bind *bind = conf->binds; while (bind) { struct gmnisrv_bind *next = bind->next; |
