Adds missing test case to Makefile.am and initializes the skip var

This commit is contained in:
Felipe Zimmerle 2016-06-30 13:45:09 -03:00
parent b0f69b1262
commit e77e4c4c14
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
2 changed files with 2 additions and 0 deletions

View File

@ -223,4 +223,5 @@ TESTS+=test/test-cases/regression/variable-RESPONSE_PROTOCOL.json
TESTS+=test/test-cases/regression/variable-SERVER_NAME.json
TESTS+=test/test-cases/regression/operator-UnconditionalMatch.json
TESTS+=test/test-cases/regression/request-body-parser-json.json
TESTS+=test/test-cases/regression/action-skip.json

View File

@ -113,6 +113,7 @@ Transaction::Transaction(ModSecurity *ms, Rules *rules, void *logCbData)
m_responseHeadersNames(NULL),
m_responseContentType(NULL),
m_marker(""),
m_skip_next(0),
m_creationTimeStamp(cpu_seconds()),
m_logCbData(logCbData),
m_ms(ms),