-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 3.2.0alpha1
-
Component/s: Server (S)
-
None
Correlation conditions could be removed during correlation operation caching:
Index: src/libs/zbxdbcache/dbconfig.c
===================================================================
--- src/libs/zbxdbcache/dbconfig.c (revision 61626)
+++ src/libs/zbxdbcache/dbconfig.c (working copy)
@@ -4021,7 +4021,7 @@
zbx_vector_uint64_sort(&syncids, ZBX_DEFAULT_UINT64_COMPARE_FUNC);
- zbx_hashset_iter_reset(&config->corr_conditions, &iter);
+ zbx_hashset_iter_reset(&config->corr_operations, &iter);
while (NULL != (operation = zbx_hashset_iter_next(&iter)))
{