prevent lua bombs

This commit is contained in:
Philippe Teuwen
2019-09-10 12:32:01 +02:00
parent 608e0ba27c
commit 843f554503
2 changed files with 9 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#define PROXHISTORY "history.txt"
#define PROXLOG "log_%Y%m%d.txt"
#define MAX_NESTED_CMDSCRIPT 10
#define MAX_NESTED_LUASCRIPT 10
#ifdef __cplusplus
extern "C" {