diff options
| -rw-r--r-- | plugins/check_curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 8125ee84..f900f160 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
| @@ -117,7 +117,7 @@ typedef enum curlhelp_ssl_library { | |||
| 117 | 117 | ||
| 118 | enum { | 118 | enum { |
| 119 | REGS = 2, | 119 | REGS = 2, |
| 120 | MAX_RE_SIZE = 256 | 120 | MAX_RE_SIZE = 1024 |
| 121 | }; | 121 | }; |
| 122 | #include "regex.h" | 122 | #include "regex.h" |
| 123 | regex_t preg; | 123 | regex_t preg; |
