]> git.meshlink.io Git - meshlink/commit
Add missing config file update on receiving a proactive REQ_KEY request.
authorGuus Sliepen <guus@meshlink.io>
Mon, 8 Feb 2021 17:14:38 +0000 (18:14 +0100)
committerGuus Sliepen <guus@meshlink.io>
Mon, 8 Feb 2021 17:14:38 +0000 (18:14 +0100)
commitfebf3e72928c293e81f307ad91a7dcf5e70d7a56
tree16c2c9ef77adb5e552cdb2f9114569d4e338c13e
parentf7804687ddf6c715d2ce945cd5365540ab5ad860
Add missing config file update on receiving a proactive REQ_KEY request.

A REQ_KEY request from a node that wants our key can contain their key as
well. The node status was not set to dirty in this case, which could
prevent their key from being written to disk with the default settings, but
this actually always forgot to write the key to disk with storage policy
set to KEYS_ONLY.
src/protocol_key.c