From: Jonathan McDowell Date: Mon, 6 Jun 2016 19:19:17 +0000 (+0100) Subject: Switch to C99 struct initialisation for default configuration X-Git-Tag: onak-0.5.0~37 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4117d3174e8ae389db9fff2867592fc798a896b2;hp=4117d3174e8ae389db9fff2867592fc798a896b2;p=onak.git Switch to C99 struct initialisation for default configuration Inbound changes to the configuration file handling will change the config structure around. Switch to using C99 style initialisation, which is much clearer to read and reduces the risk of assigning values to the wrong configuration variable. ---