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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-11-08 16:21:22 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-11-08 16:21:22 +0300
commit6601e29e596166efe976c6a3be92ee55b816cc23 (patch)
tree0df0eb33ad23fcf57dbaa64dc04c5a1f6ecadd42
parent065bb475336ed276322f9ea77b0219e3507bfdef (diff)
........S. [ZBX-19813] fixed snmp interface creation when copying host prototypes during template linking
-rw-r--r--src/libs/zbxdbhigh/host.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/zbxdbhigh/host.c b/src/libs/zbxdbhigh/host.c
index 9585b7d4085..0092ebcc04c 100644
--- a/src/libs/zbxdbhigh/host.c
+++ b/src/libs/zbxdbhigh/host.c
@@ -3672,9 +3672,7 @@ static void DBhost_prototypes_save(const zbx_vector_ptr_t *host_prototypes,
zbx_audit_host_prototype_update_json_add_interfaces(host_prototype->hostid,
interface->interfaceid, interface->main, interface->type,
interface->useip, interface->ip, interface->dns, atoi(interface->port));
- }
- else
- {
+
if (INTERFACE_TYPE_SNMP == interface->type)
{
zbx_db_insert_add_values(&db_insert_snmp, interface->interfaceid,