diff options
| author | 2008-06-28 13:26:38 +0000 | |
|---|---|---|
| committer | 2008-06-28 13:26:38 +0000 | |
| commit | 7cc2a0c721df5a20ff8f184a1c53e1b30364c4dc (patch) | |
| tree | 957a7d9f46d2f2ebfac8014ab504fd5b52417c7c /sys/netinet/tcp_output.c | |
| parent | if the user supplied -A only checkout files again if a sticky tag (diff) | |
| download | wireguard-openbsd-7cc2a0c721df5a20ff8f184a1c53e1b30364c4dc.tar.xz wireguard-openbsd-7cc2a0c721df5a20ff8f184a1c53e1b30364c4dc.zip | |
no EOL between tcpsig and sack headers; ok jsing, frantzen
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 2e4480cdbb9..53ec8ad07e6 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_output.c,v 1.83 2008/06/12 15:13:47 jsing Exp $ */ +/* $OpenBSD: tcp_output.c,v 1.84 2008/06/28 13:26:38 markus Exp $ */ /* $NetBSD: tcp_output.c,v 1.16 1997/06/03 16:17:09 kml Exp $ */ /* @@ -615,7 +615,7 @@ send: * terminate it. */ *bp++ = TCPOPT_NOP; - *bp++ = TCPOPT_EOL; + *bp++ = TCPOPT_NOP; optlen += TCPOLEN_SIGLEN; } |
