summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/netflow/netflow.c')
-rw-r--r--sys/netgraph/netflow/netflow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c
index 3c2434d..91a484b 100644
--- a/sys/netgraph/netflow/netflow.c
+++ b/sys/netgraph/netflow/netflow.c
@@ -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;
OpenPOWER on IntegriCloud