Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2192
b: refs/heads/master
c: 5a241d7
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and David Woodhouse committed May 11, 2005
1 parent 6f8d78c commit 556c997
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: eecb0a7338ef6504aa49def4dde6429853025801
refs/heads/master: 5a241d77039a2632e81070619d5733258728f8bd
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static inline int audit_log_drain(struct audit_buffer *ab)

if (audit_pid) {
struct nlmsghdr *nlh = (struct nlmsghdr *)skb->data;
nlh->nlmsg_len = skb->len - sizeof(*nlh);
nlh->nlmsg_len = skb->len - NLMSG_SPACE(0);
skb_get(skb); /* because netlink_* frees */
retval = netlink_unicast(audit_sock, skb, audit_pid,
MSG_DONTWAIT);
Expand Down

0 comments on commit 556c997

Please sign in to comment.