summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/netflow.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2004-11-01 20:52:24 +0000
committerglebius <glebius@FreeBSD.org>2004-11-01 20:52:24 +0000
commit57c6de1ceeb50e8d2b0f40a7904a64b27babe1c0 (patch)
tree1fca5f2bbe89c739732a84d9b6a6b0e09b07df46 /sys/netgraph/netflow/netflow.c
parentb376859d7c136063c53e9f3087354216304fcaf0 (diff)
downloadFreeBSD-src-57c6de1ceeb50e8d2b0f40a7904a64b27babe1c0.zip
FreeBSD-src-57c6de1ceeb50e8d2b0f40a7904a64b27babe1c0.tar.gz
Removed bogus comment.
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