Break long line.

This commit is contained in:
Gleb Smirnoff 2006-10-11 12:32:53 +00:00
parent 96a0326e14
commit 006725ba9e

View File

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