diff options
Diffstat (limited to 'net/ipv6')
-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 97d9314ea361..f9c0e2640671 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1090,7 +1090,7 @@ static struct sock *tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb, | |||
1090 | newsk->sk_v6_rcv_saddr = ireq->ir_v6_loc_addr; | 1090 | newsk->sk_v6_rcv_saddr = ireq->ir_v6_loc_addr; |
1091 | newsk->sk_bound_dev_if = ireq->ir_iif; | 1091 | newsk->sk_bound_dev_if = ireq->ir_iif; |
1092 | 1092 | ||
1093 | sk_set_txhash(newsk); | 1093 | newsk->sk_txhash = tcp_rsk(req)->txhash; |
1094 | 1094 | ||
1095 | /* Now IPv6 options... | 1095 | /* Now IPv6 options... |
1096 | 1096 | ||