From: Remi Gacogne Date: Fri, 13 Oct 2023 12:46:33 +0000 (+0200) Subject: dnsdist: Use the QuicheConnection type, as suggested by Otto X-Git-Tag: rec-5.0.0-alpha2~6^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7450fc0865f62014a86feefd9f7992bbcdc4c692;p=thirdparty%2Fpdns.git dnsdist: Use the QuicheConnection type, as suggested by Otto Co-authored-by: Otto Moerbeek --- diff --git a/pdns/dnsdistdist/doq.cc b/pdns/dnsdistdist/doq.cc index 7ff7c0b6c8..9489120191 100644 --- a/pdns/dnsdistdist/doq.cc +++ b/pdns/dnsdistdist/doq.cc @@ -53,7 +53,7 @@ using QuicheConfig = std::unique_ptr&& conn) : + Connection(const ComboAddress& peer, QuicheConnection&& conn) : d_peer(peer), d_conn(std::move(conn)) { }