From: Remi Gacogne Date: Thu, 16 Dec 2021 08:36:25 +0000 (+0100) Subject: dnsdist: Fix compilation without incoming DoH support X-Git-Tag: dnsdist-1.7.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11106%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix compilation without incoming DoH support (cherry picked from commit d0ae90801838ed9104051fa11fa577f3a96a9289) --- diff --git a/pdns/dnsdistdist/doh.cc b/pdns/dnsdistdist/doh.cc index 3bfd66a008..ed7daa54ee 100644 --- a/pdns/dnsdistdist/doh.cc +++ b/pdns/dnsdistdist/doh.cc @@ -1685,7 +1685,7 @@ void DOHUnit::handleUDPResponse(PacketBuffer&& udpResponse, IDState&& state) #else /* HAVE_DNS_OVER_HTTPS */ -void handleDOHTimeout(DOHUnit* oldDU) +void handleDOHTimeout(DOHUnitUniquePtr&& oldDU) { }