diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index e68e0d4af6c9..1649988bd1b6 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -298,7 +298,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo) | |||
298 | tw->tw_v6_rcv_saddr = sk->sk_v6_rcv_saddr; | 298 | tw->tw_v6_rcv_saddr = sk->sk_v6_rcv_saddr; |
299 | tw->tw_tclass = np->tclass; | 299 | tw->tw_tclass = np->tclass; |
300 | tw->tw_flowlabel = np->flow_label >> 12; | 300 | tw->tw_flowlabel = np->flow_label >> 12; |
301 | tw->tw_ipv6only = np->ipv6only; | 301 | tw->tw_ipv6only = sk->sk_ipv6only; |
302 | } | 302 | } |
303 | #endif | 303 | #endif |
304 | 304 | ||