X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_state.c;h=f77f74ad5c978b60071e3533b5ceed68266d7f39;hb=1d93a9cbad608f6398ba6c5b588c504ccd35a2ca;hp=149294f7df7147bfc6c770db001396196563f341;hpb=0278ef8b484a71917bd4f03a763285cdaac10954;p=powerpc.git diff --git a/net/netfilter/xt_state.c b/net/netfilter/xt_state.c index 149294f7df..f77f74ad5c 100644 --- a/net/netfilter/xt_state.c +++ b/net/netfilter/xt_state.c @@ -20,7 +20,7 @@ MODULE_DESCRIPTION("ip[6]_tables connection tracking state match module"); MODULE_ALIAS("ipt_state"); MODULE_ALIAS("ip6t_state"); -static int +static bool match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, @@ -28,7 +28,7 @@ match(const struct sk_buff *skb, const void *matchinfo, int offset, unsigned int protoff, - int *hotdrop) + bool *hotdrop) { const struct xt_state_info *sinfo = matchinfo; enum ip_conntrack_info ctinfo;