Adapted AuditLog based on code check hints

This commit is contained in:
szedenik-adam
2025-08-07 11:01:44 +02:00
parent 01c427f6be
commit 0f402f33fd
2 changed files with 6 additions and 6 deletions

View File

@@ -207,7 +207,7 @@ class AuditLog {
AuditLogType m_type = NotSetAuditLogType;
std::string m_relevant = std::string("");
audit_log::writer::Writer *m_writer = NULL;
audit_log::writer::Writer *m_writer = nullptr;
bool m_ctlAuditEngineActive = false; // rules have at least one action On or RelevantOnly
};