diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index 2383f449d2bc..687b0af67878 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -199,7 +199,7 @@ static int basic_change(struct net *net, struct sk_buff *in_skb, | |||
199 | if (!fnew) | 199 | if (!fnew) |
200 | return -ENOBUFS; | 200 | return -ENOBUFS; |
201 | 201 | ||
202 | err = tcf_exts_init(&fnew->exts, TCA_BASIC_ACT, TCA_BASIC_POLICE); | 202 | err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); |
203 | if (err < 0) | 203 | if (err < 0) |
204 | goto errout; | 204 | goto errout; |
205 | 205 | ||