osi-audit-locking-fix-20060201
[openafs.git] / src / viced / viced.c
index 517ccd5..086960d 100644 (file)
@@ -1638,6 +1638,7 @@ main(int argc, char *argv[])
     sigaction(SIGABRT, &nsa, NULL);
     sigaction(SIGSEGV, &nsa, NULL);
 #endif
+    osi_audit_init();
 
     /* Initialize dirpaths */
     if (!(initAFSDirPath() & AFSDIR_SERVER_PATHS_OK)) {