]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix compile warning in libunbound for listen desetup routine.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 12:51:59 +0000 (14:51 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 12:51:59 +0000 (14:51 +0200)
doc/Changelog
libunbound/libunbound.c

index 4a476a853a6453877d77ee4a57d5ff60f689aa88..f3a3d3b1299c6a3c4a26e4b911d58d7ac7d2cd9b 100644 (file)
@@ -12,6 +12,7 @@
          for ipbased triggers. Unlock the nsdname zone lock when done.
          Unlock zone and ip in rpz nsip and nsdname callback. Unlock
          authzone and localzone if clientip found in rpz worker call.
+       - Fix compile warning in libunbound for listen desetup routine.
 
 20 August 2021: Wouter
        - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
index 8ec8e417acfa9651460918470242c38b81b5daee..038b7b927a746ebe9a9b95d11820bf18cc7fc127 100644 (file)
@@ -64,6 +64,7 @@
 #include "services/cache/infra.h"
 #include "services/cache/rrset.h"
 #include "services/authzone.h"
+#include "services/listen_dnsport.h"
 #include "sldns/sbuffer.h"
 #ifdef HAVE_PTHREAD
 #include <signal.h>