mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixing compilation problem on newer versions of gcc (Fedora 22+)
This commit is contained in:
committed by
Felipe Zimmerle
parent
010c18f63f
commit
4e8bb276b8
@@ -39,8 +39,8 @@ void DebugLogWriterAgent::write(const std::string& msg) {
|
||||
}
|
||||
|
||||
*this << msg << std::endl;
|
||||
*this << flush();
|
||||
*this << std::flush;
|
||||
}
|
||||
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace ModSecurity
|
||||
|
Reference in New Issue
Block a user