No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sysaudit/_csysaudit.pyx
|
|
|
@ -11,7 +11,7 @@ cdef void _audit(str event, tuple args) except *: |
|
|
|
def audit(event, *args): |
|
|
|
global has_hooks |
|
|
|
|
|
|
|
if not has_hooks: |
|
|
|
if has_hooks == 0: |
|
|
|
return |
|
|
|
_audit(event, args) |
|
|
|
|
|
|
|
|