]> the.earth.li Git - onak.git/commit
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)
commit4117d3174e8ae389db9fff2867592fc798a896b2
tree666ca90a3927391e9b873eff5856c1c7cd5f1a81
parenta183a1f43e77bc96119f60a5b056dd0a489eabe2
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.
onak-conf.c