From 480c55af032fd4e1e90a957f15ee14e46f77ca80 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 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); -- 2.47.2