From 17c93e2be4ad7b3af0cd6878bdd5d8a4a3e6da99 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Nov 2019 05:53:29 +0100 Subject: Merging upstream version 1.19.0. Signed-off-by: Daniel Baumann --- collectors/statsd.plugin/statsd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'collectors/statsd.plugin/statsd.c') diff --git a/collectors/statsd.plugin/statsd.c b/collectors/statsd.plugin/statsd.c index 7468f2746..e8e6301a8 100644 --- a/collectors/statsd.plugin/statsd.c +++ b/collectors/statsd.plugin/statsd.c @@ -1014,7 +1014,8 @@ void *statsd_collector_thread(void *ptr) { , statsd_rcv_callback , statsd_snd_callback , statsd_timer_callback - , NULL + , NULL // No access control pattern + , 0 // No dns lookups for access control pattern , (void *)d , 0 // tcp request timeout, 0 = disabled , statsd.tcp_idle_timeout // tcp idle timeout, 0 = disabled -- cgit v1.2.3