From c13a1ff4ec3c57a806d258e79067f9092df12221 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Mon, 11 May 2026 11:26:51 -0500 Subject: [PATCH] fix --- outside.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/outside.go b/outside.go index 1b2dee7d..d77baa8a 100644 --- a/outside.go +++ b/outside.go @@ -111,8 +111,7 @@ func (f *Interface) readOutsidePackets(via ViaSender, out []byte, packet []byte, // Relay packets are special if isMessageRelay { - f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache) - + f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache, meta) return }