From 71dd810d88c6258e15168e16879dd4b7351690f9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 12 Jun 2025 11:49:16 +0200 Subject: [PATCH] Reintroduce comment form rcpgenerator.cc --- pdns/dnsparser.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2