- Fix compile warning in libunbound for listen desetup routine.

This commit is contained in:
W.C.A. Wijngaards 2021-08-25 14:51:59 +02:00
parent 9fa1ae1340
commit 1ea624d0c7
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
for ipbased triggers. Unlock the nsdname zone lock when done. for ipbased triggers. Unlock the nsdname zone lock when done.
Unlock zone and ip in rpz nsip and nsdname callback. Unlock Unlock zone and ip in rpz nsip and nsdname callback. Unlock
authzone and localzone if clientip found in rpz worker call. authzone and localzone if clientip found in rpz worker call.
- Fix compile warning in libunbound for listen desetup routine.
20 August 2021: Wouter 20 August 2021: Wouter
- Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is

View file

@ -64,6 +64,7 @@
#include "services/cache/infra.h" #include "services/cache/infra.h"
#include "services/cache/rrset.h" #include "services/cache/rrset.h"
#include "services/authzone.h" #include "services/authzone.h"
#include "services/listen_dnsport.h"
#include "sldns/sbuffer.h" #include "sldns/sbuffer.h"
#ifdef HAVE_PTHREAD #ifdef HAVE_PTHREAD
#include <signal.h> #include <signal.h>