aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 5842f65bedc..162e88e33bc 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -402,7 +402,7 @@ static void kauditd_send_skb(struct sk_buff *skb)
402 if (err < 0) { 402 if (err < 0) {
403 BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */ 403 BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
404 printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid); 404 printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
405 audit_log_lost("auditd dissapeared\n"); 405 audit_log_lost("auditd disappeared\n");
406 audit_pid = 0; 406 audit_pid = 0;
407 /* we might get lucky and get this in the next auditd */ 407 /* we might get lucky and get this in the next auditd */
408 audit_hold_skb(skb); 408 audit_hold_skb(skb);