From: Kees Monshouwer Date: Tue, 11 Oct 2016 21:31:40 +0000 (+0200) Subject: remove the suggestion of variable hiding being a problem X-Git-Tag: dnsdist-1.1.0-beta2~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4560%2Fhead;p=thirdparty%2Fpdns.git remove the suggestion of variable hiding being a problem --- 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; }