plugins: check_http: Increase regexp limit

This commit is contained in:
Tomas Mozes 2018-12-05 12:50:53 +01:00 committed by Jan Wagner
parent 001f684d21
commit e819b582d5

View file

@ -72,7 +72,7 @@ int maximum_age = -1;
enum {
REGS = 2,
MAX_RE_SIZE = 256
MAX_RE_SIZE = 1024
};
#include "regex.h"
regex_t preg;