]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
yes 3481/head
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 29 Feb 2016 09:50:15 +0000 (10:50 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 29 Feb 2016 09:50:15 +0000 (10:50 +0100)
pdns/dnsdist.cc

index 137c3d6c2990d88adcbfd5d79bca29bc4ce67a45..995a893e05389eb0ba721807b0bd7061dd8f0834 100644 (file)
@@ -204,7 +204,6 @@ void* responderThread(std::shared_ptr<DownstreamState> state)
     unsigned int consumed;
     DNSName qname;
     try {
-      // XXX will this move?
       qname=DNSName(packet, responseLen, sizeof(dnsheader), false, &qtype, &qclass, &consumed);
     }
     catch(std::exception& e) {