Fixing compilation problem on newer versions of gcc (Fedora 22+)

This commit is contained in:
Chaim Sanders
2015-09-03 14:55:42 -04:00
committed by Felipe Zimmerle
parent 010c18f63f
commit 4e8bb276b8
2 changed files with 3 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ void DebugLogWriterAgent::write(const std::string& msg) {
}
*this << msg << std::endl;
*this << flush();
*this << std::flush;
}
} // namespace ModSecurity
} // namespace ModSecurity