Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33409
b: refs/heads/master
c: 8311731
h: refs/heads/master
i:
  33407: a74fec0
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Aug 18, 2006
1 parent 5db4ed4 commit 00954b6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d205dc40798d97d63ad348bfaf7394f445d152d4
refs/heads/master: 8311731afc439f508ab4d759edadedae75afb73e
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ipt_do_table(struct sk_buff **pskb,
const char *indev, *outdev;
void *table_base;
struct ipt_entry *e, *back;
struct xt_table_info *private = table->private;
struct xt_table_info *private;

/* Initialization */
ip = (*pskb)->nh.iph;
Expand All @@ -247,6 +247,7 @@ ipt_do_table(struct sk_buff **pskb,

read_lock_bh(&table->lock);
IP_NF_ASSERT(table->valid_hooks & (1 << hook));
private = table->private;
table_base = (void *)private->entries[smp_processor_id()];
e = get_entry(table_base, private->hook_entry[hook]);

Expand Down

0 comments on commit 00954b6

Please sign in to comment.