Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144594
b: refs/heads/master
c: d0ab8ff
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and David S. Miller committed May 2, 2009
1 parent 64e3427 commit c18b9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1824a9897473fda5e5e42f991ddc674c175e3a09
refs/heads/master: d0ab8ff81bf1b01bae7d6b92ca067badbbb02cc9
2 changes: 1 addition & 1 deletion trunk/net/sched/cls_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n, void *arg)
}
tp->ops = tp_ops;
tp->protocol = protocol;
tp->prio = nprio ? : tcf_auto_prio(*back);
tp->prio = nprio ? : TC_H_MAJ(tcf_auto_prio(*back));
tp->q = q;
tp->classify = tp_ops->classify;
tp->classid = parent;
Expand Down

0 comments on commit c18b9f7

Please sign in to comment.