Skip to content

Commit d285bc0

Browse files
victorhoraFelipe Zimmerle
authored and
Felipe Zimmerle
committed
Add missing statements
1 parent 63bef3d commit d285bc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

headers/modsecurity/audit_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class AuditLog {
156156
bool setFilePath1(const std::basic_string<char>& path);
157157
bool setFilePath2(const std::basic_string<char>& path);
158158
bool setStorageDir(const std::basic_string<char>& path);
159-
bool setFormat(AuditLogFormat format);
159+
bool setFormat(AuditLogFormat fmt);
160160

161161
int getDirectoryPermission();
162162
int getFilePermission();

src/audit_log/audit_log.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ AuditLog::AuditLog()
5959
m_parts(-1),
6060
m_status(NotSetLogStatus),
6161
m_type(NotSetAuditLogType),
62+
m_format(NotSetAuditLogFormat),
6263
m_relevant(""),
6364
m_writer(NULL),
6465
m_refereceCount(1) { }

0 commit comments

Comments
 (0)