diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-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 231c4dddfb8c..715965f0fac0 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1534,7 +1534,7 @@ static struct sock * tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb, | |||
1534 | #endif | 1534 | #endif |
1535 | 1535 | ||
1536 | __inet6_hash(newsk); | 1536 | __inet6_hash(newsk); |
1537 | inet_inherit_port(sk, newsk); | 1537 | __inet_inherit_port(sk, newsk); |
1538 | 1538 | ||
1539 | return newsk; | 1539 | return newsk; |
1540 | 1540 | ||