diff options
| author | Francisco Franco <franciscofranco.1990@gmail.com> | 2013-09-25 03:03:01 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 20:20:21 +0200 |
| commit | 207f5d933450512d44043ee9436a95f175598137 (patch) | |
| tree | 9b5af75caeae48048e1fcdb285b3f8f865979fee /kernel | |
| parent | d66da22dff62fd8f0666ded43012ba135e909914 (diff) | |
audit: kiss goodbye you stupid piece of crap logging messages.
Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
Signed-off-by: engstk <eng.stk@sapo.pt>
Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 6c874e506..7d328b0d4 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -72,7 +72,7 @@ #define AUDIT_DISABLED -1 #define AUDIT_UNINITIALIZED 0 #define AUDIT_INITIALIZED 1 -static int audit_initialized; +static int audit_initialized = AUDIT_DISABLED; #define AUDIT_OFF 0 #define AUDIT_ON 1 |
