Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie authored and pieterlexis committed Mar 23, 2016
1 parent b3adda5 commit 1059837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/pdns_recursor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ void startDoResolve(void *p)
pw.getHeader()->rd=dc->d_mdp.d_header.rd;
pw.getHeader()->cd=dc->d_mdp.d_header.cd;

// DO NOT MOVE THIS CODE UP!
// DO NOT MOVE THIS CODE UP - DNSPacketWriter needs to get the original-cased version
if (g_lowercaseOutgoing)
dc->d_mdp.d_qname = DNSName(toLower(dc->d_mdp.d_qname.toString()));

Expand Down

0 comments on commit 1059837

Please sign in to comment.