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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-11 10:49:28 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-11 10:49:28 +0300
commit8e7665747c74066f4c4310d4d6999a900eb6a656 (patch)
tree8684b0f916244ff3799fbf6b69de63ef841d61a8 /src/zabbix_agent/listener.c
parent5468178e0bc1653a97ccb70615dba4e7b8900fa3 (diff)
...G...... [ZBXNEXT-6936] fixed coding style
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 3733bdfd39a..15c53edc219 100644
--- a/src/zabbix_agent/listener.c
+++ b/src/zabbix_agent/listener.c
@@ -41,7 +41,7 @@ extern ZBX_THREAD_LOCAL int server_num, process_num;
#include "../libs/zbxcrypto/tls_tcp_active.h"
#ifndef _WINDOWS
-static volatile sig_atomic_t need_update_userparam = 0;
+static volatile sig_atomic_t need_update_userparam;
#endif
static void process_listener(zbx_socket_t *s)