[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions
[deliverable/linux.git] / net / ipv4 / netfilter / nf_nat_rule.c
index 3745efe70302aff3cb9a92c7674221c995b55e2f..de25d63f543ce2f32a01ef0faef4249839bb7e73 100644 (file)
@@ -294,7 +294,7 @@ int nf_nat_rule_find(struct sk_buff **pskb,
        return ret;
 }
 
-static struct ipt_target ipt_snat_reg = {
+static struct xt_target ipt_snat_reg = {
        .name           = "SNAT",
        .target         = ipt_snat_target,
        .targetsize     = sizeof(struct nf_nat_multi_range_compat),
This page took 0.024651 seconds and 5 git commands to generate.