Unbreak a short one.

Submitted by:	maxim
This commit is contained in:
Gleb Smirnoff 2006-10-11 12:39:21 +00:00
parent 006725ba9e
commit 3b9c299730
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163240

View file

@ -708,8 +708,7 @@ ng_netflow_expire(void *arg)
break;
if ((INACTIVE(fle) && (SMALL(fle) ||
(used > (NBUCKETS*2)))) ||
AGED(fle)) {
(used > (NBUCKETS*2)))) || AGED(fle)) {
TAILQ_REMOVE(&hsh->head, fle, fle_hash);
expire_flow(priv, &item, fle, NG_NOFLAGS);
used--;