summaryrefslogtreecommitdiffstats
path: root/src/zabbix_trapper/zabbix_trapperd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_trapper/zabbix_trapperd.c')
-rw-r--r--src/zabbix_trapper/zabbix_trapperd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_trapper/zabbix_trapperd.c b/src/zabbix_trapper/zabbix_trapperd.c
index e3c8fa18..1d6133e8 100644
--- a/src/zabbix_trapper/zabbix_trapperd.c
+++ b/src/zabbix_trapper/zabbix_trapperd.c
@@ -57,7 +57,7 @@ static pid_t *pids;
int parent=0;
int CONFIG_TRAPPERD_FORKS = TRAPPERD_FORKS;
-int CONFIG_LISTEN_PORT = 10001;
+int CONFIG_LISTEN_PORT = 10051;
int CONFIG_TIMEOUT = TRAPPER_TIMEOUT;
int CONFIG_LOG_LEVEL = LOG_LEVEL_WARNING;
int CONFIG_NOTIMEWAIT = 0;