From 693238b23523a7a558b67075986833a88dd55858 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 10 Jul 2015 12:40:26 -0300 Subject: [PATCH] Process the log phase independent of disruptive actions Disruptive actions was making the log phase to not be processed. --- test/regression/regression.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression/regression.cc b/test/regression/regression.cc index 17a667fb..a57400bc 100644 --- a/test/regression/regression.cc +++ b/test/regression/regression.cc @@ -138,9 +138,9 @@ void perform_unit_test(std::vector *tests, goto end; } +end: modsec_assay->processLogging(); -end: CustomDebugLog *d = reinterpret_cast (modsec_rules->debug_log);