Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36801
b: refs/heads/master
c: 9918f23
h: refs/heads/master
i:
  36799: 1b3847b
v: v3
  • Loading branch information
Eric Sesterhenn authored and David S. Miller committed Sep 29, 2006
1 parent aea3cf1 commit 0a13640
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: 753ed90d92009260616f6402aafa7ee47e03b162
refs/heads/master: 9918f230969bdaf3df012b77abcbcd4cdb0ab221
2 changes: 1 addition & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static int rtnl_getlink(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg)

err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFLA_MAX, ifla_policy);
if (err < 0)
goto errout;
return err;

ifm = nlmsg_data(nlh);
if (ifm->ifi_index >= 0) {
Expand Down

0 comments on commit 0a13640

Please sign in to comment.