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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-10-20 15:27:37 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-10-20 15:50:02 +0300
commit6aa4df9e51a13c36c4ba619eec308173fe9a478b (patch)
treef81481aedc238c611cf5f87be40edf90ae808da9 /include/common.h
parente9c86cf25370401804ca3f87772f4285b9ebe14c (diff)
........S. [ZBX-19872] removed redundant escaping in XML data of HTTP agent POST request
* commit '930a7de065dcd5f2f38e6a299f5b24a8e911a736': ........S. [ZBX-19872] fixed cmocka tests ........S. [ZBX-19872] removed redundant escaping in XML data of HTTP agent POST request (cherry picked from commit c5d168915c6188a47d65d7da227c1473e2e01502) (cherry picked from commit 4261738b47f5acf5826899f72b4b72adcf029fb9)
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a45da89d9cf..d988fe61e5c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1471,7 +1471,6 @@ int zbx_strcmp_natural(const char *s1, const char *s2);
/* additional token flags */
#define ZBX_TOKEN_JSON 0x0010000
-#define ZBX_TOKEN_XML 0x0020000
#define ZBX_TOKEN_REGEXP 0x0040000
#define ZBX_TOKEN_XPATH 0x0080000
#define ZBX_TOKEN_REGEXP_OUTPUT 0x0100000