Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166557
b: refs/heads/master
c: 5dba93a
h: refs/heads/master
i:
  166555: 9cbf7a3
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Sep 27, 2009
1 parent 549be36 commit f4beb5f
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: fc482cc54e56bde012585905eb0f3565bec18ff5
refs/heads/master: 5dba93aedfc6906b27791c4a1136b177beae25b7
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ void netlink_ack(struct sk_buff *in_skb, struct nlmsghdr *nlh, int err)
}

rep = __nlmsg_put(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq,
NLMSG_ERROR, sizeof(struct nlmsgerr), 0);
NLMSG_ERROR, payload, 0);
errmsg = nlmsg_data(rep);
errmsg->error = err;
memcpy(&errmsg->msg, nlh, err ? nlh->nlmsg_len : sizeof(*nlh));
Expand Down

0 comments on commit f4beb5f

Please sign in to comment.