From 70c9caf3e4111d81bbfec22a26e620fbe545d561 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 16 Dec 2021 09:36:25 +0100 Subject: [PATCH] dnsdist: Fix compilation without incoming DoH support (cherry picked from commit d0ae90801838ed9104051fa11fa577f3a96a9289) --- pdns/dnsdistdist/doh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.47.2