From: bert hubert Date: Mon, 29 Feb 2016 09:50:15 +0000 (+0100) Subject: yes X-Git-Tag: rec-4.0.0-alpha2~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3481%2Fhead;p=thirdparty%2Fpdns.git yes --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 137c3d6c29..995a893e05 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -204,7 +204,6 @@ void* responderThread(std::shared_ptr 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) {