network: fix NAT reclaims of ICMPv6 proxynat

This commit is contained in:
Alex Zenla
2024-02-13 12:07:04 +00:00
parent c14a95a4bd
commit bbad037b5d

View File

@ -181,8 +181,6 @@ impl ProxyIcmpHandler {
}); });
} }
context.reclaim().await?;
Ok(()) Ok(())
} }