We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bef3d commit d285bc0Copy full SHA for d285bc0
headers/modsecurity/audit_log.h
@@ -156,7 +156,7 @@ class AuditLog {
156
bool setFilePath1(const std::basic_string<char>& path);
157
bool setFilePath2(const std::basic_string<char>& path);
158
bool setStorageDir(const std::basic_string<char>& path);
159
- bool setFormat(AuditLogFormat format);
+ bool setFormat(AuditLogFormat fmt);
160
161
int getDirectoryPermission();
162
int getFilePermission();
src/audit_log/audit_log.cc
@@ -59,6 +59,7 @@ AuditLog::AuditLog()
59
m_parts(-1),
60
m_status(NotSetLogStatus),
61
m_type(NotSetAuditLogType),
62
+ m_format(NotSetAuditLogFormat),
63
m_relevant(""),
64
m_writer(NULL),
65
m_refereceCount(1) { }
0 commit comments