netfilter: x_tables: added hook number into match extension parameter structure.
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ip_tables.c
index 7b35c0b..5bf7c3f 100644 (file)
@@ -343,7 +343,7 @@ ipt_do_table(struct sk_buff *skb,
        mtpar.in      = tgpar.in  = in;
        mtpar.out     = tgpar.out = out;
        mtpar.family  = tgpar.family = NFPROTO_IPV4;
-       tgpar.hooknum = hook;
+       mtpar.hooknum = tgpar.hooknum = hook;
 
        IP_NF_ASSERT(table->valid_hooks & (1 << hook));
        xt_info_rdlock_bh();