]> the.earth.li Git - onak.git/commitdiff
Fix compilation breakage introduced in last commit
authorJonathan McDowell <noodles@earth.li>
Mon, 6 Jun 2016 22:03:11 +0000 (23:03 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 6 Jun 2016 22:03:11 +0000 (23:03 +0100)
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

index 982d23bc9690095af21adbe2e355f1bf6415528c..f97f2610053b5bbb8753f1fd8648eec78de44278 100644 (file)
@@ -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)