mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
whitespace nit
This commit is contained in:
parent
cf725aeb0b
commit
9c6b07a695
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182733
@ -4461,7 +4461,7 @@ ipfw_tick(void * __unused unused)
|
||||
continue;
|
||||
if ( (q->state & BOTH_SYN) != BOTH_SYN)
|
||||
continue;
|
||||
if (TIME_LEQ( time_uptime+V_dyn_keepalive_interval,
|
||||
if (TIME_LEQ(time_uptime + V_dyn_keepalive_interval,
|
||||
q->expire))
|
||||
continue; /* too early */
|
||||
if (TIME_LEQ(q->expire, time_uptime))
|
||||
|
Loading…
Reference in New Issue
Block a user