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>2021-10-13 12:44:38 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-13 12:44:51 +0300
commit25baddcf7bbf965962ad93440c2795acfcbb7e74 (patch)
tree573db87cd082edf9f537d4756c3091e0a8d5349d /src/libs/zbxaudit/audit_ha.c
parent309fe167222660e817ca804e7d51ea378cce5e47 (diff)
........S. [ZBXNEXT-6923] fixed warnings
Diffstat (limited to 'src/libs/zbxaudit/audit_ha.c')
-rw-r--r--src/libs/zbxaudit/audit_ha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/zbxaudit/audit_ha.c b/src/libs/zbxaudit/audit_ha.c
index 63e23fcbf72..3ea94e1674e 100644
--- a/src/libs/zbxaudit/audit_ha.c
+++ b/src/libs/zbxaudit/audit_ha.c
@@ -72,5 +72,3 @@ void zbx_audit_ha_update_field_int(const char *nodeid, const char *key, int old_
entry = zbx_audit_get_entry(0, nodeid);
zbx_audit_entry_append_int(entry, AUDIT_ACTION_UPDATE, key, old_value, new_value);
}
-
-