Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23995
b: refs/heads/master
c: 71e1c78
h: refs/heads/master
i:
  23993: e96acda
  23991: 48d21c5
v: v3
  • Loading branch information
Amy Griffis authored and Al Viro committed Mar 20, 2006
1 parent 214efe4 commit 95f3a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bf45da97a45f634422559ec61429dddf4d2fffb9
refs/heads/master: 71e1c784b24a026a490b3de01541fc5ee14ebc09
3 changes: 2 additions & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,9 @@ static int __init audit_init(void)
THIS_MODULE);
if (!audit_sock)
audit_panic("cannot initialize netlink socket");
else
audit_sock->sk_sndtimeo = MAX_SCHEDULE_TIMEOUT;

audit_sock->sk_sndtimeo = MAX_SCHEDULE_TIMEOUT;
skb_queue_head_init(&audit_skb_queue);
audit_initialized = 1;
audit_enabled = audit_default;
Expand Down

0 comments on commit 95f3a0b

Please sign in to comment.