]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_state.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_state.c
index 88b1235519d7a6ba8b14411397db92ce7b069562..4c946cbd731f7cfe47b9333b13c7e861906f9298 100644 (file)
@@ -47,9 +47,9 @@ static bool state_mt_check(const struct xt_mtchk_param *par)
        return true;
 }
 
-static void state_mt_destroy(const struct xt_match *match, void *matchinfo)
+static void state_mt_destroy(const struct xt_mtdtor_param *par)
 {
-       nf_ct_l3proto_module_put(match->family);
+       nf_ct_l3proto_module_put(par->match->family);
 }
 
 static struct xt_match state_mt_reg[] __read_mostly = {