From 8fb5bba04f7a211ac2eb815f5c340e69070dc3e0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 7 Aug 2023 19:13:11 +0200 Subject: [PATCH] typo fix --- pdns/ixfr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ixfr.cc b/pdns/ixfr.cc index 9615d7c6b3..fb09e35037 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); -- 2.47.3