This commit is contained in:
JackDoan
2026-05-11 11:26:51 -05:00
parent a66af843d1
commit f7cc437d88
+1 -1
View File
@@ -120,7 +120,7 @@ func (f *Interface) readOutsidePackets(via ViaSender, out []byte, packet []byte,
} }
return return
} }
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 return
} }