From: Peter van Dijk Date: Tue, 9 Feb 2016 13:53:06 +0000 (+0100) Subject: clarify comment X-Git-Tag: rec-3.7.4~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3350%2Fhead;p=thirdparty%2Fpdns.git clarify comment --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 9463894cd8..6b793f15d2 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -554,7 +554,7 @@ void startDoResolve(void *p) pw.getHeader()->id=dc->d_mdp.d_header.id; pw.getHeader()->rd=dc->d_mdp.d_header.rd; - // 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 = toLower(dc->d_mdp.d_qname);