Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26171
b: refs/heads/master
c: e4a79ef
h: refs/heads/master
i:
  26169: a19d5a1
  26167: 2160b2d
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 25, 2006
1 parent 5847ac1 commit 2619aa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 2c16b774c7a9b1684b0ff10121915903e9f0cf6c
refs/heads/master: e4a79ef811505a8bf8d8edfda8602e23cb2fbdb0
13 changes: 0 additions & 13 deletions trunk/net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,19 +288,6 @@ ip6t_do_table(struct sk_buff **pskb,
table_base = (void *)private->entries[smp_processor_id()];
e = get_entry(table_base, private->hook_entry[hook]);

#ifdef CONFIG_NETFILTER_DEBUG
/* Check noone else using our table */
if (((struct ip6t_entry *)table_base)->comefrom != 0xdead57ac
&& ((struct ip6t_entry *)table_base)->comefrom != 0xeeeeeeec) {
printk("ASSERT: CPU #%u, %s comefrom(%p) = %X\n",
smp_processor_id(),
table->name,
&((struct ip6t_entry *)table_base)->comefrom,
((struct ip6t_entry *)table_base)->comefrom);
}
((struct ip6t_entry *)table_base)->comefrom = 0x57acc001;
#endif

/* For return from builtin chain */
back = get_entry(table_base, private->underflow[hook]);

Expand Down

0 comments on commit 2619aa4

Please sign in to comment.