From f8d67654999eca6b3dfefb5daa96ad2e7ec762b8 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 9 Aug 2023 10:09:36 +0200 Subject: [PATCH] remove redundant assignment (cherry picked from commit 8d3ab63b412fb4b9fd8732af47a5d1c18ba7e786) --- pdns/ixfr.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/ixfr.cc b/pdns/ixfr.cc index 1489fc8881..b918a230a1 100644 --- a/pdns/ixfr.cc +++ b/pdns/ixfr.cc @@ -206,7 +206,6 @@ vector, vector>> getIXFRDeltas(const ComboAddr std::string state; for (;;) { - state = "start"; // IXFR or AXFR style end reached? We don't want to process trailing data after the closing SOA if (style == AXFR && primarySOACount == expectedSOAForAXFR) { state = "AXFRdone"; -- 2.47.2