Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79533
b: refs/heads/master
c: c96c947
h: refs/heads/master
i:
  79531: abe3bfb
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 38b913b commit 73fa6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 6d834e04e596d6803cf1074a07fd67e7b5662f1b
refs/heads/master: c96c9471dd86ba24dc3826bf5688b99d3caf3ace
5 changes: 1 addition & 4 deletions trunk/net/sched/act_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,11 +984,8 @@ find_dump_kind(struct nlmsghdr *n)
struct nlattr *tb[TCA_ACT_MAX_PRIO + 1];
struct nlattr *nla[TCAA_MAX + 1];
struct nlattr *kind;
int min_len = NLMSG_LENGTH(sizeof(struct tcamsg));
int attrlen = n->nlmsg_len - NLMSG_ALIGN(min_len);
struct nlattr *attr = (void *) n + NLMSG_ALIGN(min_len);

if (nla_parse(nla, TCAA_MAX, attr, attrlen, NULL) < 0)
if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0)
return NULL;
tb1 = nla[TCA_ACT_TAB];
if (tb1 == NULL)
Expand Down

0 comments on commit 73fa6d3

Please sign in to comment.