diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index e8b0fdd9edb8..dd7bdde7bddc 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1088,7 +1088,7 @@ static void tcp_v6_send_ack(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 | |||
1088 | *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | | 1088 | *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | |
1089 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); | 1089 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); |
1090 | *topt++ = htonl(tcp_time_stamp); | 1090 | *topt++ = htonl(tcp_time_stamp); |
1091 | *topt = htonl(ts); | 1091 | *topt++ = htonl(ts); |
1092 | } | 1092 | } |
1093 | 1093 | ||
1094 | #ifdef CONFIG_TCP_MD5SIG | 1094 | #ifdef CONFIG_TCP_MD5SIG |