]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo fix
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 7 Aug 2023 17:13:11 +0000 (19:13 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Aug 2023 10:07:59 +0000 (12:07 +0200)
(cherry picked from commit 8fb5bba04f7a211ac2eb815f5c340e69070dc3e0)

pdns/ixfr.cc

index aef59e4dff32900ba670f2135db71e7c132af0c1..2ab0299e1a88a9bc480aef97f0c2a5bf06b40b55 100644 (file)
@@ -295,7 +295,7 @@ vector<pair<vector<DNSRecord>, vector<DNSRecord>>> getIXFRDeltas(const ComboAddr
         if(r.first.d_type == QType::OPT)
           continue;
 
-        throw std::runtime_error("Unexpected record (" +QType(r.first.d_type).toString()+") in non-answer section ("+std::to_string(r.first.d_place)+")in IXFR response for zone '"+zone.toLogString()+"' from primary '"+primary.toStringWithPort());
+        throw std::runtime_error("Unexpected record (" +QType(r.first.d_type).toString()+") in non-answer section ("+std::to_string(r.first.d_place)+") in IXFR response for zone '"+zone.toLogString()+"' from primary '"+primary.toStringWithPort());
       }
 
       r.first.d_name.makeUsRelative(zone);