]> git.meshlink.io Git - meshlink/commitdiff
Check blacklist status before committing an invitation.
authorGuus Sliepen <guus@meshlink.io>
Sun, 25 Oct 2020 21:17:29 +0000 (22:17 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Oct 2020 21:17:29 +0000 (22:17 +0100)
Although we delete invitation files when blacklisting a node, there is a
race condition where an invitation connection is created right before the
invitee is blacklisted. So check that the node is blacklisted right before
committing the node config file to disk.


No differences found