X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_realm.c;h=41451f57919c99206eec378d7e609a6acfae7999;hb=cff533ac12494fa002e2c46acc94d670e5f636a2;hp=c2017f8af9c42457b3a61f678b7b842e74421a9d;hpb=c58b8e4a25a1ba347a0e5d21984c97bd296f1691;p=powerpc.git diff --git a/net/netfilter/xt_realm.c b/net/netfilter/xt_realm.c index c2017f8af9..41451f5791 100644 --- a/net/netfilter/xt_realm.c +++ b/net/netfilter/xt_realm.c @@ -29,7 +29,7 @@ match(const struct sk_buff *skb, const void *matchinfo, int offset, unsigned int protoff, - int *hotdrop) + bool *hotdrop) { const struct xt_realm_info *info = matchinfo; struct dst_entry *dst = skb->dst;