]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_helper.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_helper.c
index b8b3e13dc71ea86ab1d48f49bc3a2d8ae0f29133..e941bd26a51957d6b63b3f76161eb34cc4778185 100644 (file)
@@ -24,7 +24,7 @@ MODULE_ALIAS("ip6t_helper");
 
 
 static bool
-helper_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+helper_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_helper_info *info = par->matchinfo;
        const struct nf_conn *ct;