From: Peter van Dijk Date: Fri, 26 Sep 2014 08:34:26 +0000 (+0000) Subject: correct error message X-Git-Tag: auth-3.4.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63822d0e763865a7fb1004347412029de493aed5;p=thirdparty%2Fpdns.git correct error message --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 500a7464af..8089a97e1a 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1325,7 +1325,7 @@ DNSPacket *PacketHandler::questionOrRecurse(DNSPacket *p, bool *shouldRecurse) S.ringAccount("servfail-queries",p->qdomain); } catch(PDNSException &e) { - L<