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
path: root/tests
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-18 17:19:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-18 17:19:28 +0300
commit68445e0051c556b3b9bc9b88a5c8888cb901669a (patch)
tree815b8d888bc27a268500cb8563096cc9aad4df13 /tests
parentdc6805ec7506bc87ef4fa5687fc6e613a97eeff0 (diff)
........S. [ZBXNEXT-6457] separated common and history function callbacks
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxeval/zbx_eval_execute_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libs/zbxeval/zbx_eval_execute_ext.c b/tests/libs/zbxeval/zbx_eval_execute_ext.c
index 862909d7f90..9f2fd6aafd6 100644
--- a/tests/libs/zbxeval/zbx_eval_execute_ext.c
+++ b/tests/libs/zbxeval/zbx_eval_execute_ext.c
@@ -169,7 +169,7 @@ void zbx_mock_test_entry(void **state)
mock_eval_read_values(&ctx, "in.replace");
mock_read_callbacks("in.callbacks");
- returned_ret = zbx_eval_execute_ext(&ctx, NULL, callback_cb, NULL, &value, &error);
+ returned_ret = zbx_eval_execute_ext(&ctx, NULL, callback_cb, NULL, NULL, &value, &error);
if (SUCCEED != returned_ret)
printf("ERROR: %s\n", error);