]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reintroduce comment form rcpgenerator.cc 15661/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 12 Jun 2025 09:49:16 +0000 (11:49 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 12 Jun 2025 09:49:16 +0000 (11:49 +0200)
pdns/dnsparser.cc

index 670cede5468c38f86bd5620895af2c60a7dc6127..9419ddb4294b66e8bc5466e418eb35306c2f31a4 100644 (file)
@@ -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;