Process the log phase independent of disruptive actions

Disruptive actions was making the log phase to not be processed.
This commit is contained in:
Felipe Zimmerle 2015-07-10 12:40:26 -03:00
parent 5e80e001e5
commit 693238b235

View File

@ -138,9 +138,9 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
goto end; goto end;
} }
end:
modsec_assay->processLogging(); modsec_assay->processLogging();
end:
CustomDebugLog *d = reinterpret_cast<CustomDebugLog *> CustomDebugLog *d = reinterpret_cast<CustomDebugLog *>
(modsec_rules->debug_log); (modsec_rules->debug_log);