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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-08-30 18:16:48 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-08-30 18:16:48 +0300
commit6a9d6af03d6410c4ae8c2e9ebf2897578fdcfa25 (patch)
tree9417f65355ecc9fdacbf222654a1f8a5e70c74e2 /src/libs/zbxaudit/audit_host.c
parentc65487e07cf4823c1f8df31d0d9e4532c7623ace (diff)
........S. [ZBXNEXT-6830] fixed semicolon
Diffstat (limited to 'src/libs/zbxaudit/audit_host.c')
-rw-r--r--src/libs/zbxaudit/audit_host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/zbxaudit/audit_host.c b/src/libs/zbxaudit/audit_host.c
index 167283ab075..e124a737e6c 100644
--- a/src/libs/zbxaudit/audit_host.c
+++ b/src/libs/zbxaudit/audit_host.c
@@ -819,7 +819,6 @@ void zbx_audit_host_group_create_entry(int audit_action, zbx_uint64_t groupid, c
local_audit_group_entry_insert->name = zbx_strdup(NULL, name);
local_audit_group_entry_insert->audit_action = audit_action;
local_audit_group_entry_insert->resource_type = AUDIT_RESOURCE_HOST_GROUP;
-;
zbx_json_init(&(local_audit_group_entry_insert->details_json), ZBX_JSON_STAT_BUF_LEN);
zbx_hashset_insert(zbx_get_audit_hashset(), &local_audit_group_entry_insert,
sizeof(local_audit_group_entry_insert));