]> git.meshlink.io Git - meshlink/commit
Immediately write host config file when a new key is received.
authorGuus Sliepen <guus@meshlink.io>
Fri, 5 Feb 2021 22:27:27 +0000 (23:27 +0100)
committerGuus Sliepen <guus@meshlink.io>
Wed, 3 Mar 2021 11:39:50 +0000 (12:39 +0100)
commitf24e0049bf273e7035a3c77555dc82f6807678c9
tree1a2a0d551125a3316f136359a52f61fba17fedf6
parente1c20ef3d0b0b40e473d97730ab97e35cc6ce690
Immediately write host config file when a new key is received.

When we receive a new public key, we should immediately call
node_write_config() to ensure it gets saved if the storage policy is
KEYS_ONLY.
src/protocol_key.c