mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Remove include that was there for debug purposes.
This commit is contained in:
parent
57230d7f22
commit
5bbaf78c3f
2 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,6 @@
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <poll.h> /* DEBUG */
|
|
||||||
|
|
||||||
/** How long to wait for threads to transmit statistics, in msec. */
|
/** How long to wait for threads to transmit statistics, in msec. */
|
||||||
#define STATS_THREAD_WAIT 60000
|
#define STATS_THREAD_WAIT 60000
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
2 September 2022: Wouter
|
||||||
|
- Remove include that was there for debug purposes.
|
||||||
|
|
||||||
1 September 2022: Wouter
|
1 September 2022: Wouter
|
||||||
- Fix to update config tests to fix checking if nonblocking sockets
|
- Fix to update config tests to fix checking if nonblocking sockets
|
||||||
work on OpenBSD.
|
work on OpenBSD.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue