Break long line.
This commit is contained in:
parent
96a0326e14
commit
006725ba9e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user