From c5860c138350dc7b03c402cb9873dd2a85fc11f2 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sat, 19 Aug 2006 12:32:32 +0000 Subject: [PATCH] patch by Derrik Pates that fixes fancy records git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@884 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/packethandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 63d859b01..45a07a892 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -651,7 +651,7 @@ DNSPacket *PacketHandler::question(DNSPacket *p) } } - if(mret > 0) + if(mret == 1) goto sendit; // this might be the end of it (client requested a CNAME, or we found the answer already) -- 2.49.0