mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds offset regression tests and assorted fixes on var's offsets
This commit is contained in:
committed by
Felipe Zimmerle
parent
795994bb0e
commit
4ad3574cf2
@@ -144,7 +144,7 @@ bool Parallel::write(Transaction *transaction, int parts, std::string *error) {
|
||||
|
||||
std::ofstream myfile;
|
||||
std::string a(fileName.c_str());
|
||||
myfile.open (a);
|
||||
myfile.open(a);
|
||||
myfile << log;
|
||||
myfile.close();
|
||||
|
||||
|
Reference in New Issue
Block a user