From: Guus Sliepen Date: Thu, 10 Oct 2019 19:23:58 +0000 (+0200) Subject: Don't load config files partially. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;ds=sidebyside;h=2c0f0f930e9ef647ce6b5e902c2e84089d255f88;hp=2c0f0f930e9ef647ce6b5e902c2e84089d255f88;p=meshlink Don't load config files partially. 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. ---