From 1ea624d0c779321b5a9d0fe4697c12d4f9d29749 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 25 Aug 2021 14:51:59 +0200 Subject: [PATCH] - Fix compile warning in libunbound for listen desetup routine. --- doc/Changelog | 1 + libunbound/libunbound.c | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 4a476a853..f3a3d3b12 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/libunbound/libunbound.c b/libunbound/libunbound.c index 8ec8e417a..038b7b927 100644 --- a/libunbound/libunbound.c +++ b/libunbound/libunbound.c @@ -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