From 5bbaf78c3f8d53931cb827006182cd48561ea634 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 2 Sep 2022 10:11:23 +0200 Subject: [PATCH] - Remove include that was there for debug purposes. --- daemon/stats.c | 1 - doc/Changelog | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon/stats.c b/daemon/stats.c index 02348aada..fde411a1e 100644 --- a/daemon/stats.c +++ b/daemon/stats.c @@ -69,7 +69,6 @@ #ifdef HAVE_SSL #include #endif -#include /* DEBUG */ /** How long to wait for threads to transmit statistics, in msec. */ #define STATS_THREAD_WAIT 60000 diff --git a/doc/Changelog b/doc/Changelog index 8af4c6e0d..e11a28b48 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 September 2022: Wouter + - Remove include that was there for debug purposes. + 1 September 2022: Wouter - Fix to update config tests to fix checking if nonblocking sockets work on OpenBSD. -- 2.47.3