Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327253
b: refs/heads/master
c: 35ce988
h: refs/heads/master
i:
  327251: 46c35a8
v: v3
  • Loading branch information
Eric W. Biederman committed Sep 18, 2012
1 parent eb2c85b commit d186bb8
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: 8aa14b64981ee4b95959e1ed331b672d053aab62
refs/heads/master: 35ce9888ad2a60c95849551e7345bd547714bbff
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
size--;
audit_log_n_untrustedstring(ab, data, size);
}
audit_set_pid(ab, pid);
audit_set_pid(ab, NETLINK_CB(skb).pid);
audit_log_end(ab);
}
break;
Expand Down

0 comments on commit d186bb8

Please sign in to comment.