diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
| commit | 237fdd787b20699fc2c01387011b06a9ce746cfa (patch) | |
| tree | 6564575d1252cf3bc48428a52fcc596c284e459b /sys/security | |
| parent | f48a417b24490b3bdb96ce9c6e4cb48b5dc82437 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index b60d4f7f1825..0cdd95cdbff2 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -262,7 +262,7 @@ audit_init(void) audit_worker_init(); } -SYSINIT(audit_init, SI_SUB_AUDIT, SI_ORDER_FIRST, audit_init, NULL) +SYSINIT(audit_init, SI_SUB_AUDIT, SI_ORDER_FIRST, audit_init, NULL); /* * Drain the audit queue and close the log at shutdown. Note that this can |
