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:
authorSergey Simonenko <sergey.simonenko@zabbix.com>2022-07-11 03:58:14 +0300
committerSergey Simonenko <sergey.simonenko@zabbix.com>2022-07-11 03:58:14 +0300
commit163ec5cfae2917938799e64bd5f688624b06d676 (patch)
tree54fcec286f73a7bd8ed042149df639bf47cbb240
parentd6dd0bd5e9300e10bf59a990ee41ed8f2b5d4812 (diff)
........S. [ZBX-21266] added macro undef
-rw-r--r--src/libs/zbxeval/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/zbxeval/parse.c b/src/libs/zbxeval/parse.c
index 54c63890906..7895b1f0935 100644
--- a/src/libs/zbxeval/parse.c
+++ b/src/libs/zbxeval/parse.c
@@ -693,6 +693,7 @@ size_t eval_parse_query(const char *str, const char **phost, const char **pkey,
return end - str;
#undef MVAR_HOST_HOST
+#undef MVAR_ITEM_KEY
}
/******************************************************************************