mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 09:10:08 -04:00
check_curl: Increase regexp limit (to 1024 as in check_http)
This commit is contained in:
parent
f6fd14e886
commit
f90aec83cb
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ typedef enum curlhelp_ssl_library {
|
|||
|
||||
enum {
|
||||
REGS = 2,
|
||||
MAX_RE_SIZE = 256
|
||||
MAX_RE_SIZE = 1024
|
||||
};
|
||||
#include "regex.h"
|
||||
regex_t preg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue