aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
index 5756f30ebc68..548cf4f15c08 100644
--- a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
+++ b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
@@ -156,7 +156,7 @@ icmpv6_error_message(struct sk_buff *skb,
156 156
157 *ctinfo = IP_CT_RELATED; 157 *ctinfo = IP_CT_RELATED;
158 158
159 h = nf_conntrack_find_get(&intuple); 159 h = nf_conntrack_find_get(&init_net, &intuple);
160 if (!h) { 160 if (!h) {
161 pr_debug("icmpv6_error: no match\n"); 161 pr_debug("icmpv6_error: no match\n");
162 return -NF_ACCEPT; 162 return -NF_ACCEPT;