mirror of
https://github.com/opnsense/src.git
synced 2026-05-13 01:29:35 -04:00
Add missing decrement of active ratelimit connections.
Reviewed by: rrs@ MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
85d8d30f9f
commit
093e723190
1 changed files with 3 additions and 0 deletions
|
|
@ -3446,6 +3446,9 @@ in_pcbdetach_txrtlmt(struct inpcb *inp)
|
|||
return;
|
||||
|
||||
m_snd_tag_rele(mst);
|
||||
#ifdef INET
|
||||
counter_u64_add(rate_limit_active, -1);
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue