From 63822d0e763865a7fb1004347412029de493aed5 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 26 Sep 2014 08:34:26 +0000 Subject: [PATCH] correct error message --- pdns/packethandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<