mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to lua 5.4
This commit is contained in:
@@ -155,7 +155,8 @@ int Lua::run(Transaction *t, const std::string &str) {
|
||||
case LUA_ERRMEM:
|
||||
e.assign("Memory error. ");
|
||||
break;
|
||||
#ifndef WITH_LUA_5_1
|
||||
#if defined(WITH_LUA_5_1) and !defined(WITH_LUA_5_4)
|
||||
|
||||
case LUA_ERRGCMM:
|
||||
e.assign("Garbage Collector error. ");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user