-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.4.3
-
None
-
Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 90 (Jul 2022)
-
0.25
Invalid macro used to check for interface field updates:
diff --git a/src/libs/zbxdbhigh/host.c b/src/libs/zbxdbhigh/host.c
index 51b938a468..af862775d9 100644
--- a/src/libs/zbxdbhigh/host.c
+++ b/src/libs/zbxdbhigh/host.c
@@ -3989,7 +3989,7 @@ static void DBhost_prototypes_save(zbx_vector_ptr_t *host_prototypes, zbx_vector
(int)interface->main, (int)interface->type, (int)interface->useip,
interface->ip, interface->dns, interface->port);
}
- else if (0 != (interface->flags & ZBX_FLAG_HPMACRO_UPDATE))
+ else if (0 != (interface->flags & ZBX_FLAG_HPINTERFACE_UPDATE))
{
const char *d = "";
- duplicates
-
ZBX-19813 Incorrect interface and tags update during the linking
-
- Closed
-