All warnings removed.

This commit is contained in:
Joel Sherrill
1998-08-21 13:04:55 +00:00
parent c3a1c0585c
commit 33679ec46e
28 changed files with 100 additions and 24 deletions

View File

@@ -499,7 +499,7 @@ findpcb:
* if the segment has a CC option equal to CCrecv
*/
((tp->t_flags & (TF_REQ_CC|TF_RCVD_CC)) != (TF_REQ_CC|TF_RCVD_CC) ||
(to.to_flag & TOF_CC) != 0 && to.to_cc == tp->cc_recv) &&
((to.to_flag & TOF_CC) != 0 && to.to_cc == tp->cc_recv)) &&
ti->ti_seq == tp->rcv_nxt &&
tiwin && tiwin == tp->snd_wnd &&
tp->snd_nxt == tp->snd_max) {