mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix compile warning in libunbound for listen desetup routine.
This commit is contained in:
parent
9fa1ae1340
commit
1ea624d0c7
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue