]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_multiport.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_multiport.c
index b21f90432247ede372447900798d87ec609f993a..3140fd4049fc7bc8df35912ba62c58c12d403db3 100644 (file)
@@ -72,7 +72,7 @@ ports_match_v1(const struct xt_multiport_v1 *minfo,
 }
 
 static bool
-multiport_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+multiport_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const __be16 *pptr;
        __be16 _ports[2];