diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/netfilter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/netfilter.c b/net/core/netfilter.c index 92c51824797d..22a8f127c4aa 100644 --- a/net/core/netfilter.c +++ b/net/core/netfilter.c | |||
@@ -236,8 +236,6 @@ void nf_debug_ip_loopback_xmit(struct sk_buff *newskb) | |||
236 | debug_print_hooks_ip(newskb->nf_debug); | 236 | debug_print_hooks_ip(newskb->nf_debug); |
237 | nf_dump_skb(PF_INET, newskb); | 237 | nf_dump_skb(PF_INET, newskb); |
238 | } | 238 | } |
239 | /* Clear to avoid confusing input check */ | ||
240 | newskb->nf_debug = 0; | ||
241 | } | 239 | } |
242 | 240 | ||
243 | void nf_debug_ip_finish_output2(struct sk_buff *skb) | 241 | void nf_debug_ip_finish_output2(struct sk_buff *skb) |