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/ipv4 | |
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/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ip_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ip_tables.c b/net/ipv4/netfilter/ip_tables.c index 7b35c0b3841b..5bf7c3f185da 100644 --- a/net/ipv4/netfilter/ip_tables.c +++ b/net/ipv4/netfilter/ip_tables.c | |||
@@ -343,7 +343,7 @@ ipt_do_table(struct sk_buff *skb, | |||
343 | mtpar.in = tgpar.in = in; | 343 | mtpar.in = tgpar.in = in; |
344 | mtpar.out = tgpar.out = out; | 344 | mtpar.out = tgpar.out = out; |
345 | mtpar.family = tgpar.family = NFPROTO_IPV4; | 345 | mtpar.family = tgpar.family = NFPROTO_IPV4; |
346 | tgpar.hooknum = hook; | 346 | mtpar.hooknum = tgpar.hooknum = hook; |
347 | 347 | ||
348 | IP_NF_ASSERT(table->valid_hooks & (1 << hook)); | 348 | IP_NF_ASSERT(table->valid_hooks & (1 << hook)); |
349 | xt_info_rdlock_bh(); | 349 | xt_info_rdlock_bh(); |