mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-22 10:25:14 -04:00
plugins: check_http: Increase regexp limit
This commit is contained in:
parent
001f684d21
commit
e819b582d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue