diff options
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/act_ipt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_ipt.c b/net/sched/act_ipt.c index 224c078a398e..45a3143b8629 100644 --- a/net/sched/act_ipt.c +++ b/net/sched/act_ipt.c | |||
@@ -222,7 +222,7 @@ static int tcf_ipt(struct sk_buff *skb, struct tc_action *a, | |||
222 | ret = ipt->tcfi_t->u.kernel.target->target(&skb, skb->dev, NULL, | 222 | ret = ipt->tcfi_t->u.kernel.target->target(&skb, skb->dev, NULL, |
223 | ipt->tcfi_hook, | 223 | ipt->tcfi_hook, |
224 | ipt->tcfi_t->u.kernel.target, | 224 | ipt->tcfi_t->u.kernel.target, |
225 | ipt->tcfi_t->data, NULL); | 225 | ipt->tcfi_t->data); |
226 | switch (ret) { | 226 | switch (ret) { |
227 | case NF_ACCEPT: | 227 | case NF_ACCEPT: |
228 | result = TC_ACT_OK; | 228 | result = TC_ACT_OK; |