aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_RATEEST.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/xt_RATEEST.c')
-rw-r--r--net/netfilter/xt_RATEEST.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_RATEEST.c b/net/netfilter/xt_RATEEST.c
index 87ae97e5516..9743e50be8e 100644
--- a/net/netfilter/xt_RATEEST.c
+++ b/net/netfilter/xt_RATEEST.c
@@ -85,7 +85,7 @@ xt_rateest_tg(struct sk_buff *skb, const struct xt_target_param *par)
85 return XT_CONTINUE; 85 return XT_CONTINUE;
86} 86}
87 87
88static bool xt_rateest_tg_checkentry(const struct xt_tgchk_param *par) 88static int xt_rateest_tg_checkentry(const struct xt_tgchk_param *par)
89{ 89{
90 struct xt_rateest_target_info *info = par->targinfo; 90 struct xt_rateest_target_info *info = par->targinfo;
91 struct xt_rateest *est; 91 struct xt_rateest *est;