X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_packet.c;h=fc5720a2aee1fe5a1da7dfe8025a69ca7c6848e6;hp=69835eef5faa9bf4f92a3d1c91143d9743e3f80f;hb=84ecc972e5c11f683ac618c5a734a17c295d9b46;hpb=eca357ed916c9782a64a68a2f30b144d84027795 diff --git a/src/net_packet.c b/src/net_packet.c index 69835eef..fc5720a2 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -458,7 +458,7 @@ bool receive_tcppacket_sptps(connection_t *c, const char *data, int len) { /* This can happen in the form of a race condition if the node just became unreachable. */ logger(DEBUG_TRAFFIC, LOG_WARNING, "Cannot relay TCP packet from %s (%s) because the destination, %s (%s), is unreachable", from->name, from->hostname, to->name, to->hostname); - return; + return true; } /* Help the sender reach us over UDP.