]> git.meshlink.io Git - meshlink/commitdiff
Don't load config files partially.
authorGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 19:23:58 +0000 (21:23 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 19:23:58 +0000 (21:23 +0200)
There are various points where we update node information and store a new
host config file to disk. However, at startup we read only part of the host
config files. This allowed a corner case where we never read the full host
config file, but did write it to disk, losing information in the process.


No differences found