Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108816
b: refs/heads/master
c: 0d40b6e
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and David S. Miller committed Aug 18, 2008
1 parent fee289b commit bec7bbf
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: 1e0d5a5747772182d1bb2525d8153da640fdfb58
refs/heads/master: 0d40b6e564bad2047b57a9afc48b701ef3243b89
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_prio.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ prio_requeue(struct sk_buff *skb, struct Qdisc* sch)
}
if (net_xmit_drop_count(ret))
sch->qstats.drops++;
return NET_XMIT_DROP;
return ret;
}


Expand Down

0 comments on commit bec7bbf

Please sign in to comment.