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:
Diffstat (limited to 'src/libs/zbxdbcache/dbconfig.c')
-rw-r--r--src/libs/zbxdbcache/dbconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxdbcache/dbconfig.c b/src/libs/zbxdbcache/dbconfig.c
index 89403c9e93e..3941d659989 100644
--- a/src/libs/zbxdbcache/dbconfig.c
+++ b/src/libs/zbxdbcache/dbconfig.c
@@ -8661,7 +8661,7 @@ void zbx_host_availability_init(zbx_host_availability_t *availability, zbx_uint6
* *
* Purpose: releases resources allocated to store host availability data *
* *
- * Parameters: availability - [IN] host availability data *
+ * Parameters: ha - [IN] host availability data *
* *
******************************************************************************/
void zbx_host_availability_clean(zbx_host_availability_t *ha)
@@ -8848,7 +8848,7 @@ out:
* OUT: the host availability data in cache *
* before changes *
* out - [OUT] the host availability data after changes *
- * error - [IN] the error message *
+ * error_msg - [IN] the error message *
* *
* Return value: SUCCEED - the host was deactivated successfully *
* FAIL - the host was already deactivated or deactivation *