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
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

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