diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c index b08622c992b2..19bdb7cb8ff3 100644 --- a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c +++ b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | |||
@@ -182,6 +182,7 @@ icmpv6_error_message(struct sk_buff *skb, | |||
182 | return -NF_ACCEPT; | 182 | return -NF_ACCEPT; |
183 | } | 183 | } |
184 | 184 | ||
185 | /* rcu_read_lock()ed by nf_hook_slow */ | ||
185 | inproto = __nf_ct_l4proto_find(PF_INET6, inprotonum); | 186 | inproto = __nf_ct_l4proto_find(PF_INET6, inprotonum); |
186 | 187 | ||
187 | /* Are they talking about one of our connections? */ | 188 | /* Are they talking about one of our connections? */ |