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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2018-01-25 10:54:34 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-01-25 10:54:34 +0300
commitca3cf5b9918a1049af014e37028f0eff9029b8a8 (patch)
tree34ca334684cd47f38496aec47aa3fbb07099454e /include/sysinfo.h
parentb3d536526170b946192be840543c50724e469419 (diff)
........S. [ZBX-13131] fixed truncated multiline text values from network discovery SNMP checks
[merge ^/branches/3.4 -c r77180]
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 126c4814750..c039d9568a0 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -126,7 +126,7 @@ while (0)
#define GET_LOG_RESULT(res) ((zbx_log_t *)get_result_value_by_type(res, AR_LOG))
#define GET_MSG_RESULT(res) ((char **)get_result_value_by_type(res, AR_MESSAGE))
-void *get_result_value_by_type(AGENT_RESULT *result, int require_type);
+void *get_result_value_by_type(AGENT_RESULT *result, int require_type);
#define ZBX_FLOAT_PRECISION 0.0001