From b9817f2b4b8f0958245b7a4ba470a1f7181a1b27 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 11 Oct 2016 23:31:40 +0200 Subject: [PATCH] remove the suggestion of variable hiding being a problem --- pdns/packethandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 043a5884af..2015614188 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1473,7 +1473,7 @@ DNSPacket *PacketHandler::questionOrRecurse(DNSPacket *p, bool *shouldRecurse) completeANYRecords(p, r, sd, target); } else - makeNOError(p, r, rr.dr.d_name, DNSName(), sd, 0); + makeNOError(p, r, target, DNSName(), sd, 0); goto sendit; } -- 2.47.2