]> tinc-vpn.org Git - tinc/blobdiff - src/net_packet.c
Merge remote-tracking branch 'dechamps/windevice' into 1.1
[tinc] / src / net_packet.c
index 2e47df40f618d6c5e8affa251798295d835eeb82..245ce62dcb7bbc6eb34037a884b1a9314af24df2 100644 (file)
@@ -1135,7 +1135,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. */