diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-15 14:34:56 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-15 14:34:56 +0000 |
| commit | 0567ae029a2c30eb6f350a98e6456520634dc250 (patch) | |
| tree | 25dc33f2bb73c23ad81fb5c445f6419fcf22f9ad /sys/netinet/tcp_subr.c | |
| parent | ab80d6fabc2f5e143d4e696a053696788ad56dad (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 66958c27ee78..fbe02c193f5f 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -393,7 +393,7 @@ tcp_respond(tp, ipgen, th, m, ack, seq, flags) ip6->ip6_plen = htons((u_short)(sizeof (struct tcphdr) + tlen)); tlen += sizeof (struct ip6_hdr) + sizeof (struct tcphdr); - } + } else #endif { ipov->ih_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); |
