Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 841
b: refs/heads/master
c: bd96535
h: refs/heads/master
i:
  839: 0b172cd
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 3, 2005
1 parent fd38339 commit 0113b03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4f8ab00cf3599ecb8110c0a838cd15d013b79e5
refs/heads/master: bd96535b81ad09d7593cc75093534acb984d3dc9
2 changes: 0 additions & 2 deletions trunk/net/core/netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ void nf_debug_ip_loopback_xmit(struct sk_buff *newskb)
debug_print_hooks_ip(newskb->nf_debug);
nf_dump_skb(PF_INET, newskb);
}
/* Clear to avoid confusing input check */
newskb->nf_debug = 0;
}

void nf_debug_ip_finish_output2(struct sk_buff *skb)
Expand Down
1 change: 1 addition & 0 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static int ip_dev_loopback_xmit(struct sk_buff *newskb)
#ifdef CONFIG_NETFILTER_DEBUG
nf_debug_ip_loopback_xmit(newskb);
#endif
nf_reset(newskb);
netif_rx(newskb);
return 0;
}
Expand Down

0 comments on commit 0113b03

Please sign in to comment.