From: W.C.A. Wijngaards Date: Fri, 2 Sep 2022 08:11:23 +0000 (+0200) Subject: - Remove include that was there for debug purposes. X-Git-Tag: release-1.17.0rc1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bbaf78c3f8d53931cb827006182cd48561ea634;p=thirdparty%2Funbound.git - Remove include that was there for debug purposes. --- 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.