X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_key.c;h=a9d719bb87f050ee297c4c2b31508e2265623e75;hb=e050753d1fc4d4465032919746c2a4db78f19932;hp=c15c4f6e219cf93f326aacdde95d0228b5230e56;hpb=eda0cc6243c5292fb35fdadf6ec130983c530b2c;p=tinc diff --git a/src/protocol_key.c b/src/protocol_key.c index c15c4f6e..a9d719bb 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -300,6 +300,7 @@ bool req_key_h(connection_t *c, const char *request) { if(!from->status.reachable) { logger(DEBUG_ALWAYS, LOG_ERR, "Got %s from %s (%s) origin %s which is not reachable", "REQ_KEY", c->name, c->hostname, from_name); + return true; } /* Is this an extended REQ_KEY message? */