Really avoid trying to send an ANS_KEY request to unreachable nodes.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 12:57:18 +0000 (14:57 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Jul 2021 12:57:18 +0000 (14:57 +0200)
commite050753d1fc4d4465032919746c2a4db78f19932
treeb3d9fd90604ddf0f0ae912782c47babaa9f560c5
parenteda0cc6243c5292fb35fdadf6ec130983c530b2c
Really avoid trying to send an ANS_KEY request to unreachable nodes.

Commit ed070d754d1b5500b0ec3615ae342178cfd42efb only printed a warning,
but was missing a return statement.
src/protocol_key.c