X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_packet.c;h=45989518ac8b3f6d9b58edcd6d59d4d59d40a056;hp=8dba3258d989b1c159eb9307390f3ad5896c1ec8;hb=fa432426df7e2e364e310ab4bac28e60f732a3c9;hpb=6568cffd52d4803effaf52a9bb9c98d69cf7922a diff --git a/src/net_packet.c b/src/net_packet.c index 8dba3258..45989518 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -1137,7 +1137,7 @@ static void try_tx_sptps(node_t *n, bool mtu) { /* If we do have a static relay, try everything with that one instead. */ if(via != n) - try_tx_sptps(via, mtu); + return try_tx_sptps(via, mtu); /* Otherwise, try to establish UDP connectivity. */