mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
commit
2f43a6d692
@ -242,7 +242,7 @@ namespace llarp
|
||||
m_InetToNetwork.Process([&](Pkt_t &pkt) {
|
||||
PubKey pk;
|
||||
{
|
||||
auto itr = m_IPToKey.find(pkt.dstv6());
|
||||
auto itr = m_IPToKey.find(net::IPPacket::ExpandV4(pkt.dstv4()));
|
||||
if(itr == m_IPToKey.end())
|
||||
{
|
||||
// drop
|
||||
|
Loading…
Reference in New Issue
Block a user