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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-09 16:22:49 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-09 16:22:49 +0300
commit507c2d9c6cd0423d0e5c7a0344cdc355ddc2eef1 (patch)
treea83d3c1ac9e55cb19a62ce9002b97bf4a490e35f
parentd46ca76eb1283f699d4f2346c72685533a92ec32 (diff)
........S. [ZBX-21825] removed unused variable
-rw-r--r--src/libs/zbxdbcache/dbcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxdbcache/dbcache.c b/src/libs/zbxdbcache/dbcache.c
index a8f9138c947..e29e97baecf 100644
--- a/src/libs/zbxdbcache/dbcache.c
+++ b/src/libs/zbxdbcache/dbcache.c
@@ -2992,7 +2992,7 @@ static void sync_server_history(int *values_num, int *triggers_num, int *more)
DCconfig_get_items_by_itemids_partial(items, itemids.values, errcodes, history_num,
item_retrieve_mode);
- DCmass_prepare_history(history, &itemids, items, errcodes, history_num, &item_diff,
+ DCmass_prepare_history(history, items, errcodes, history_num, &item_diff,
&inventory_values, compression_age, &proxy_subscribtions);
if (FAIL != (ret = DBmass_add_history(history, history_num)))