From 1059837ef47fbcc56ece8561660472019a29c59c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 9 Feb 2016 14:53:06 +0100 Subject: [PATCH] clarify comment --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 8965dd6a45..7925eea0b9 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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())); -- 2.47.2