]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_comment.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_comment.c
index e82179832acd252bd6595b940fb97388612cad0d..1dbb3e13c059ba4e2cfd70a8f8d8e0dd171679aa 100644 (file)
@@ -16,7 +16,7 @@ MODULE_ALIAS("ipt_comment");
 MODULE_ALIAS("ip6t_comment");
 
 static bool
-comment_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+comment_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        /* We always match */
        return true;