Yesterday just wasn't my day. Remove testing delta that crept into the diff.

Pointy hat provided by: sam
This commit is contained in:
Jonathan Lemon 2003-02-23 15:40:36 +00:00
parent 9644f64b75
commit f243998be5
2 changed files with 2 additions and 2 deletions

View File

@ -888,7 +888,7 @@ findpcb:
if (thflags & TH_FIN || tlen != 0)
tp->t_flags |= (TF_DELACK | TF_NEEDSYN);
else
tp->t_flags |= TF_ACKNOW;
tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN);
tcpstat.tcps_connects++;
soisconnected(so);
goto trimthenstep6;

View File

@ -888,7 +888,7 @@ findpcb:
if (thflags & TH_FIN || tlen != 0)
tp->t_flags |= (TF_DELACK | TF_NEEDSYN);
else
tp->t_flags |= TF_ACKNOW;
tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN);
tcpstat.tcps_connects++;
soisconnected(so);
goto trimthenstep6;