From: Peter van Dijk Date: Mon, 7 Aug 2023 17:13:11 +0000 (+0200) Subject: typo fix X-Git-Tag: rec-4.8.5^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1f599e58475aca5d39c546b6819b47c1d2474cb;p=thirdparty%2Fpdns.git typo fix (cherry picked from commit 8fb5bba04f7a211ac2eb815f5c340e69070dc3e0) --- diff --git a/pdns/ixfr.cc b/pdns/ixfr.cc index aef59e4dff..2ab0299e1a 100644 --- a/pdns/ixfr.cc +++ b/pdns/ixfr.cc @@ -295,7 +295,7 @@ vector, vector>> 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);