diff options
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r-- | net/dccp/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 84651bc6453b..904967bf2fe9 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c | |||
@@ -53,7 +53,7 @@ static void dccp_v6_hash(struct sock *sk) | |||
53 | { | 53 | { |
54 | if (sk->sk_state != DCCP_CLOSED) { | 54 | if (sk->sk_state != DCCP_CLOSED) { |
55 | if (inet_csk(sk)->icsk_af_ops == &dccp_ipv6_mapped) { | 55 | if (inet_csk(sk)->icsk_af_ops == &dccp_ipv6_mapped) { |
56 | dccp_prot.hash(sk); | 56 | dccp_hash(sk); |
57 | return; | 57 | return; |
58 | } | 58 | } |
59 | local_bh_disable(); | 59 | local_bh_disable(); |