]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: that
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:12:32 +0000 (14:12 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/syncres.cc

index 90e8b3fd73eb031177358ddae0024ab71e8c791c..3e8d907c5c0b8bb0f174cb76cc7723e3d4c36bd7 100644 (file)
@@ -3162,7 +3162,7 @@ static void harvestNXRecords(const vector<DNSRecord>& records, NegCache::NegCach
   for (const auto& rec : records) {
     if (rec.d_place != DNSResourceRecord::AUTHORITY) {
       // RFC 4035 section 3.1.3. indicates that NSEC records MUST be placed in
-      // the AUTHORITY section. Section 3.1.1 indicates that that RRSIGs for
+      // the AUTHORITY section. Section 3.1.1 indicates that RRSIGs for
       // records MUST be in the same section as the records they cover.
       // Hence, we ignore all records outside of the AUTHORITY section.
       continue;