Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233421
b: refs/heads/master
c: d3337de
h: refs/heads/master
i:
  233419: 015080d
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Feb 13, 2011
1 parent 545f7d5 commit 5a44551
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7ec79270d7de0c8ca602c47cb25a9652ec28f37f
refs/heads/master: d3337de52af7fb0ebe605b02b740be4ee7dee9eb
3 changes: 3 additions & 0 deletions trunk/net/dcb/dcbnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ static int dcbnl_getapp(struct net_device *netdev, struct nlattr **tb,
dcb->cmd = DCB_CMD_GAPP;

app_nest = nla_nest_start(dcbnl_skb, DCB_ATTR_APP);
if (!app_nest)
goto out_cancel;

ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_IDTYPE, idtype);
if (ret)
goto out_cancel;
Expand Down

0 comments on commit 5a44551

Please sign in to comment.