From 469a7046cd4b3087184beec190c372edb929fe55 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 6 Jun 2016 23:03:11 +0100 Subject: [PATCH] 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. --- onak-conf.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2