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 8814b95b2326..a514661d25dd 100644
--- a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
+++ b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
@@ -193,7 +193,7 @@ icmpv6_error_message(struct sk_buff *skb,
193 193
194 *ctinfo = IP_CT_RELATED; 194 *ctinfo = IP_CT_RELATED;
195 195
196 h = nf_conntrack_find_get(&intuple, NULL); 196 h = nf_conntrack_find_get(&intuple);
197 if (!h) { 197 if (!h) {
198 DEBUGP("icmpv6_error: no match\n"); 198 DEBUGP("icmpv6_error: no match\n");
199 return -NF_ACCEPT; 199 return -NF_ACCEPT;