Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150923
b: refs/heads/master
c: 24992ea
h: refs/heads/master
i:
  150921: 7e7655a
  150919: 4d61783
v: v3
  • Loading branch information
Patrick McHardy committed Jun 11, 2009
1 parent 39fc9b1 commit d93860e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 334a47f6345560af047f164c356d71c3226965d5
refs/heads/master: 24992eacd8a9f4af286bdaaab627b6802ceb8bce
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ ipt_do_table(struct sk_buff *skb,
#endif
verdict = t->u.kernel.target->target(skb, &tgpar);
#ifdef CONFIG_NETFILTER_DEBUG
if (comefrom != 0xeeeeeeec && verdict == IPT_CONTINUE) {
if (tb_comefrom != 0xeeeeeeec && verdict == IPT_CONTINUE) {
printk("Target %s reentered!\n",
t->u.kernel.target->name);
verdict = NF_DROP;
Expand Down

0 comments on commit d93860e

Please sign in to comment.