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:
Diffstat (limited to 'src/libs/zbxhistory/history.c')
-rw-r--r--src/libs/zbxhistory/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxhistory/history.c b/src/libs/zbxhistory/history.c
index 4b364e88202..25e617b0f11 100644
--- a/src/libs/zbxhistory/history.c
+++ b/src/libs/zbxhistory/history.c
@@ -435,8 +435,8 @@ void zbx_history_value2variant(const history_value_t *value, unsigned char value
* functions *
* *
******************************************************************************/
-void zbx_history_check_version(struct zbx_json *json)
+void zbx_history_check_version(struct zbx_json *json, int *result)
{
if (NULL != CONFIG_HISTORY_STORAGE_URL)
- zbx_elastic_version_extract(json);
+ zbx_elastic_version_extract(json, result);
}