From ca3cf5b9918a1049af014e37028f0eff9029b8a8 Mon Sep 17 00:00:00 2001 From: Viktors Tjarve Date: Thu, 25 Jan 2018 07:54:34 +0000 Subject: ........S. [ZBX-13131] fixed truncated multiline text values from network discovery SNMP checks [merge ^/branches/3.4 -c r77180] --- include/sysinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sysinfo.h') 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 -- cgit v1.2.3