]> 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>
Wed, 3 Mar 2021 11:39:50 +0000 (12:39 +0100)
commit42c2dd52c43dceb72127e3a02103ea8338c8dae2
tree90d88a50a6dd05a08052932d72ee53ffc30fe03d
parentf24e0049bf273e7035a3c77555dc82f6807678c9
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