X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_cluster.c;h=30b95a1c1c892da3018bbf9084e4fe3a8d59b4b1;hb=62fc8051083a334578c3f4b3488808f210b4565f;hp=67fc317118c0ff2f7ac3b7fe6231df6e6dd94cba;hpb=4b560b447df83368df44bd3712c0c39b1d79ba04;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/netfilter/xt_cluster.c b/net/netfilter/xt_cluster.c index 67fc317..30b95a1 100644 --- a/net/netfilter/xt_cluster.c +++ b/net/netfilter/xt_cluster.c @@ -86,7 +86,7 @@ xt_cluster_is_multicast_addr(const struct sk_buff *skb, u_int8_t family) } static bool -xt_cluster_mt(const struct sk_buff *skb, const struct xt_action_param *par) +xt_cluster_mt(const struct sk_buff *skb, struct xt_action_param *par) { struct sk_buff *pskb = (struct sk_buff *)skb; const struct xt_cluster_match_info *info = par->matchinfo;