Trim extra ()'s.

Submitted by:	bde
This commit is contained in:
John Baldwin 2009-06-11 14:36:13 +00:00
parent a4f326ddd5
commit 1a0e7cfc42

View File

@ -1778,7 +1778,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
TSTMP_LT(to.to_tsval, tp->ts_recent)) {
/* Check to see if ts_recent is over 24 days old. */
if ((ticks - tp->ts_recent_age) > TCP_PAWS_IDLE) {
if (ticks - tp->ts_recent_age > TCP_PAWS_IDLE) {
/*
* Invalidate ts_recent. If this segment updates
* ts_recent, the age will be reset later and ts_recent