From: Otto Moerbeek Date: Wed, 9 Aug 2023 08:09:36 +0000 (+0200) Subject: remove redundant assignment X-Git-Tag: rec-4.8.5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13158%2Fhead;p=thirdparty%2Fpdns.git remove redundant assignment (cherry picked from commit 8d3ab63b412fb4b9fd8732af47a5d1c18ba7e786) --- 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";