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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2015-09-07 17:24:08 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2015-09-07 17:24:08 +0300
commita06985ca16cad52dffcb469fce3603f688a7d000 (patch)
tree314c035342822fcdf7a9e69267af8f68bbd5b414 /src/zabbix_agent/listener.c
parentfe08b87ba602664c2de2d48bb9717bdd6111a3d4 (diff)
...G...PS. [ZBX-9258] added new process() flag to call it without alias substitution; this fixes the situation when aliases are substituted twice
Diffstat (limited to 'src/zabbix_agent/listener.c')
-rw-r--r--src/zabbix_agent/listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_agent/listener.c b/src/zabbix_agent/listener.c
index 71fa2fb7677..b1b4f1c8a24 100644
--- a/src/zabbix_agent/listener.c
+++ b/src/zabbix_agent/listener.c
@@ -51,7 +51,7 @@ static void process_listener(zbx_socket_t *s)
init_result(&result);
- if (SUCCEED == process(s->buffer, 0, &result))
+ if (SUCCEED == process(s->buffer, PROCESS_WITH_ALIAS, &result))
{
if (NULL != (value = GET_TEXT_RESULT(&result)))
{