From: Jonathan McDowell Date: Mon, 6 Jun 2016 22:03:11 +0000 (+0100) Subject: Fix compilation breakage introduced in last commit X-Git-Tag: onak-0.5.0~35 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=469a7046cd4b3087184beec190c372edb929fe55 Fix compilation breakage introduced in last commit An unrelated change sneaked in as part of the proper splitting out of backend database configuration - configuration initialisation for not yet present config options. Remove them. --- diff --git a/onak-conf.c b/onak-conf.c index 982d23b..f97f261 100644 --- a/onak-conf.c +++ b/onak-conf.c @@ -53,9 +53,6 @@ struct onak_config config = { .dbinit = DBINIT, .check_sighash = true, - - .bin_dir = NULL, - .mail_dir = NULL, }; bool parsebool(char *str, bool fallback)