[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / net / sched / act_ipt.c
index 224c078a398e77872418721cc206a6c01035ef9e..45a3143b862999942c72e14ae60e2765105c922e 100644 (file)
@@ -222,7 +222,7 @@ static int tcf_ipt(struct sk_buff *skb, struct tc_action *a,
        ret = ipt->tcfi_t->u.kernel.target->target(&skb, skb->dev, NULL,
                                                   ipt->tcfi_hook,
                                                   ipt->tcfi_t->u.kernel.target,
-                                                  ipt->tcfi_t->data, NULL);
+                                                  ipt->tcfi_t->data);
        switch (ret) {
        case NF_ACCEPT:
                result = TC_ACT_OK;
This page took 0.03193 seconds and 5 git commands to generate.