From: Remi Gacogne Date: Tue, 28 May 2019 09:36:40 +0000 (+0200) Subject: dnsdist: Add missing overrides for ::getServerNameIndication() X-Git-Tag: dnsdist-1.4.0-beta1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7858%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add missing overrides for ::getServerNameIndication() --- diff --git a/pdns/dnsdistdist/tcpiohandler.cc b/pdns/dnsdistdist/tcpiohandler.cc index bef5ce2faa..959648134f 100644 --- a/pdns/dnsdistdist/tcpiohandler.cc +++ b/pdns/dnsdistdist/tcpiohandler.cc @@ -360,7 +360,7 @@ public: } } - std::string getServerNameIndication() + std::string getServerNameIndication() override { if (d_conn) { const char* value = SSL_get_servername(d_conn.get(), TLSEXT_NAMETYPE_host_name); @@ -872,7 +872,7 @@ public: return got; } - std::string getServerNameIndication() + std::string getServerNameIndication() override { if (d_conn) { unsigned int type;