--- /home/andrew/secure/tinc-bisect/net_packet.c.busted
+++ /home/andrew/secure/tinc-bisect/net_packet.c.fixed
@@ -525,15 +525,7 @@
            type |= PKT_COMPRESSED;
        }
    }
-
-   /* If we have a direct metaconnection to n, and we can't use UDP, then
-      don't bother with SPTPS and just use a "plaintext" PACKET message.
-      We don't really care about end-to-end security since we're not
-      sending the message through any intermediate nodes. */
-   if(n->connection && origpkt->len > n->minmtu)
-       send_tcppacket(n->connection, origpkt);
-   else
-       sptps_send_record(&n->sptps, type, DATA(origpkt) + offset, origpkt->len - offset);
+    sptps_send_record(&n->sptps, type, DATA(origpkt) + offset, origpkt->len - offset);
    return;
 }
