From: Chris Hofstaedtler Date: Fri, 10 Dec 2021 21:34:41 +0000 (+0100) Subject: auth: show QType by name in log message X-Git-Tag: auth-4.7.0-alpha1~98^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11090%2Fhead;p=thirdparty%2Fpdns.git auth: show QType by name in log message --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index d59f7881dd..84b5d9ea21 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1715,9 +1715,9 @@ std::unique_ptr PacketHandler::doQuestion(DNSPacket& p) goto sendit; // check whether this could be fixed easily // if (*(rr.dr.d_name.rbegin()) == '.') { - // g_log<