netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / net / netfilter / xt_esp.c
index 1a446d626769b3521cdc9618073e095e6c5c3369..9f5da9795674fff72b131e6e5c395cb7b788ffcc 100644 (file)
@@ -60,7 +60,7 @@ static bool esp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
                         !!(espinfo->invflags & XT_ESP_INV_SPI));
 }
 
-static bool esp_mt_check(const struct xt_mtchk_param *par)
+static int esp_mt_check(const struct xt_mtchk_param *par)
 {
        const struct xt_esp *espinfo = par->matchinfo;
 
This page took 0.029604 seconds and 5 git commands to generate.