From: Otto Moerbeek Date: Thu, 12 Jun 2025 09:49:16 +0000 (+0200) Subject: Reintroduce comment form rcpgenerator.cc X-Git-Tag: dnsdist-2.0.0-beta1~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15661%2Fhead;p=thirdparty%2Fpdns.git Reintroduce comment form rcpgenerator.cc --- diff --git a/pdns/dnsparser.cc b/pdns/dnsparser.cc index 670cede546..9419ddb429 100644 --- a/pdns/dnsparser.cc +++ b/pdns/dnsparser.cc @@ -470,6 +470,7 @@ DNSName PacketReader::getName() throw PDNSException("PacketReader::getName(): name is empty"); } +// FIXME see #6010 and #3503 if you want a proper solution string txtEscape(const string &name) { string ret;