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:
authorMartins Abele <martins.abele@zabbix.com>2020-04-02 13:43:04 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-04-02 14:11:02 +0300
commitb5a56d96185ce1bf5f53b7cfa6f2ea59cc2eec6d (patch)
treed648951466f13cd28ae352b68c7d27c4e57fbb24 /include/zbxicmpping.h
parent59b987f7603575336e97e1f7ec7c6fca1fd14eb6 (diff)
.......PS. [ZBX-17336] fixed wrong error message when fping fails
* commit 'ee9c7b56273d94b653736553c9ed140265d5b08d': .......PS. [ZBX-17336] fixed warnings about ‘int’ to 'size_t' conversion .......PS. [ZBX-17336] allocate memory according to possible response line length .......PS. [ZBX-17336] revert changes made by ZBX-16907 (cherry picked from commit f2d0521c34df4e0efc388f4999f0a34f03eec5e9) (cherry picked from commit c9e712a206a761a40fff7efff403468954e6882e)
Diffstat (limited to 'include/zbxicmpping.h')
-rw-r--r--include/zbxicmpping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxicmpping.h b/include/zbxicmpping.h
index 385990c3bbf..3c03676f521 100644
--- a/include/zbxicmpping.h
+++ b/include/zbxicmpping.h
@@ -61,4 +61,4 @@ typedef struct
icmpitem_t;
int do_ping(ZBX_FPING_HOST *hosts, int hosts_count, int count, int interval, int size, int timeout, char *error,
- size_t max_error_len);
+ size_t max_error_len);