Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-04 16:55:51 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-04 16:55:51 +0300
commit0411e2ce0e1889b083e7b22ba17ae9ac6bdaf71a (patch)
treea357ec2d5f6ba64cb209cc9c29b45fd741e07b0f /include/common.h
parent3be6495f33587805a8b7dc93cc06579b44cec38e (diff)
parent7c41ca4a80259bb6fab212c798fc7978ae5e53dc (diff)
........S. [ZBXNEXT-7109] merged branch 'master' of ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-7109-5.5
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index fa6614916b8..f947effcc57 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1698,7 +1698,7 @@ char *zbx_create_token(zbx_uint64_t seed);
#define ZBX_PROBLEM_SUPPRESSED_TRUE 1
#if defined(_WINDOWS) || defined(__MINGW32__)
-#define ZBX_PCRE_RECURSION_LIMIT 2000 /* assume ~1 MB stack and ~500 bytes per recursion */
+#define ZBX_REGEXP_RECURSION_LIMIT 2000 /* assume ~1 MB stack and ~500 bytes per recursion */
#endif
int zbx_str_extract(const char *text, size_t len, char **value);