mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Removed bogus comment.
This commit is contained in:
parent
440df10b41
commit
08e2a38eda
1 changed files with 0 additions and 2 deletions
|
|
@ -684,8 +684,6 @@ ng_netflow_expire(void *arg)
|
|||
* rare situation that inactive 1-packet flow will wake up.
|
||||
* When cache has reached CACHELOWAT, we expire all inactive flows,
|
||||
* until cache gets of sane size.
|
||||
*
|
||||
* When this record's refcount is > 0, we skip it. (XXX)
|
||||
*/
|
||||
if (used <= CACHELOWAT && !INACTIVE(fle))
|
||||
goto finish;
|
||||
|
|
|
|||
Loading…
Reference in a new issue