diff options
| -rw-r--r-- | net/sched/sch_ingress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_ingress.c b/net/sched/sch_ingress.c index b37e5c7f54f8..134b7c870583 100644 --- a/net/sched/sch_ingress.c +++ b/net/sched/sch_ingress.c @@ -243,7 +243,7 @@ static struct nf_hook_ops ing_ops = { .pf = PF_INET, .hooknum = NF_IP_PRE_ROUTING, .priority = NF_IP_PRI_FILTER + 1, -} +}; int ingress_init(struct Qdisc *sch,struct rtattr *opt) { |
