diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-02-28 15:12:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-02-28 15:12:20 +0000 |
| commit | a7b6a14aeec5b4d117a37b5f6494376f20bd9869 (patch) | |
| tree | 1f30403824ca1674b849de18ef178e22e57c3eb3 /sys/netinet/tcp_input.c | |
| parent | c2a4d8794a3b42c6729716ffc9bbe72a9e0787f5 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 1fe6ef473e1e..d02037475cca 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -3177,7 +3177,7 @@ tcp_timewait(tw, to, th, m, tlen) */ if (thflags != TH_ACK || tlen != 0 || th->th_seq != tw->rcv_nxt || th->th_ack != tw->snd_nxt) - tcp_twrespond(tw, NULL, m, TH_ACK); + tcp_twrespond(tw, TH_ACK); goto drop; reset: |
