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