Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5928
b: refs/heads/master
c: 0fbbeb1
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Aug 23, 2005
1 parent 0f9ee62 commit 543930c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2287f844187158e5eddd0d5de8e95bd607abcb7
refs/heads/master: 0fbbeb1ba43bd04f0f1d4f161b7f72437a1c8a03
1 change: 1 addition & 0 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ struct Qdisc * qdisc_create_dflt(struct net_device *dev, struct Qdisc_ops *ops)
if (!ops->init || ops->init(sch, NULL) == 0)
return sch;

qdisc_destroy(sch);
errout:
return NULL;
}
Expand Down

0 comments on commit 543930c

Please sign in to comment.