]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_string.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_string.c
index f6d5112175e6b945820e1564c854854847fe0dc7..fd5dc5016a17999289b8859d35f0a740408f6351 100644 (file)
@@ -23,7 +23,7 @@ MODULE_ALIAS("ipt_string");
 MODULE_ALIAS("ip6t_string");
 
 static bool
-string_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+string_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_string_info *conf = par->matchinfo;
        struct ts_state state;