Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8860
b: refs/heads/master
c: d6e0e15
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jun 20, 2005
1 parent 9c6c985 commit 12fc4a9
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: df5179854bca84ac5be500849b12dd33ce03f03f
refs/heads/master: d6e0e1585a1a9a15e48ec47206a809828afe4450
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
if (!tsk)
return -ESRCH;

if (audit_filter_user(tsk, msg_type)) {
if (audit_enabled && audit_filter_user(tsk, msg_type)) {
ab = audit_log_start(NULL, msg_type);
if (ab) {
audit_log_format(ab,
Expand Down

0 comments on commit 12fc4a9

Please sign in to comment.