diff options
author | Evgeniy Polyakov <zbr@ioremap.net> | 2009-06-04 10:54:42 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-06-04 10:54:42 -0400 |
commit | a5e78820966e17c2316866e00047e4e7e5480f04 (patch) | |
tree | 9d9d814edced591d0cbaabf6cf5e91c54556e255 /net/bridge | |
parent | e34d5c1a4f9919a81b4ea4591d7383245f35cb8e (diff) |
netfilter: x_tables: added hook number into match extension parameter structure.
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/bridge')
-rw-r--r-- | net/bridge/netfilter/ebtables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c index 24555834d431..37928d5f2840 100644 --- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c | |||
@@ -170,7 +170,7 @@ unsigned int ebt_do_table (unsigned int hook, struct sk_buff *skb, | |||
170 | mtpar.in = tgpar.in = in; | 170 | mtpar.in = tgpar.in = in; |
171 | mtpar.out = tgpar.out = out; | 171 | mtpar.out = tgpar.out = out; |
172 | mtpar.hotdrop = &hotdrop; | 172 | mtpar.hotdrop = &hotdrop; |
173 | tgpar.hooknum = hook; | 173 | mtpar.hooknum = tgpar.hooknum = hook; |
174 | 174 | ||
175 | read_lock_bh(&table->lock); | 175 | read_lock_bh(&table->lock); |
176 | private = table->private; | 176 | private = table->private; |