Skip to content

Commit

Permalink
Merge pull request #4560 from mind04/packethandler
Browse files Browse the repository at this point in the history
remove the suggestion of variable hiding being a problem
  • Loading branch information
pieterlexis committed Oct 18, 2016
2 parents 2329a82 + b9817f2 commit cf69664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/packethandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cf69664

Please sign in to comment.