]> the.earth.li Git - onak.git/commitdiff
Switch to C99 struct initialisation for default configuration
authorJonathan McDowell <noodles@earth.li>
Mon, 6 Jun 2016 19:19:17 +0000 (20:19 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 6 Jun 2016 19:19:17 +0000 (20:19 +0100)
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.


No differences found