From fc036335eb8d32ad991874aac364752b68a43a24 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 26 Sep 2020 16:41:11 -0400 Subject: Remove [:tls] email directive --- src/config.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3