mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Dont create new lua vms
This commit is contained in:
@@ -31,6 +31,7 @@ typedef struct msc_script_part msc_script_part;
|
||||
struct msc_script {
|
||||
const char *name;
|
||||
apr_array_header_t *parts;
|
||||
lua_State *Lstate;
|
||||
};
|
||||
|
||||
struct msc_script_part {
|
||||
|
Reference in New Issue
Block a user