Codebase list unbound / 1ea624d
- Fix compile warning in libunbound for listen desetup routine. W.C.A. Wijngaards 2 years ago
2 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111 for ipbased triggers. Unlock the nsdname zone lock when done.
1212 Unlock zone and ip in rpz nsip and nsdname callback. Unlock
1313 authzone and localzone if clientip found in rpz worker call.
14 - Fix compile warning in libunbound for listen desetup routine.
1415
1516 20 August 2021: Wouter
1617 - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
6363 #include "services/cache/infra.h"
6464 #include "services/cache/rrset.h"
6565 #include "services/authzone.h"
66 #include "services/listen_dnsport.h"
6667 #include "sldns/sbuffer.h"
6768 #ifdef HAVE_PTHREAD
6869 #include <signal.h>