]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove redundant assignment 13158/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 9 Aug 2023 08:09:36 +0000 (10:09 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Aug 2023 10:07:59 +0000 (12:07 +0200)
(cherry picked from commit 8d3ab63b412fb4b9fd8732af47a5d1c18ba7e786)

pdns/ixfr.cc

index 1489fc888123ca28fa4be382aff90a468bb33f5e..b918a230a17e4364f9e182e5d9bea40ff6333715 100644 (file)
@@ -206,7 +206,6 @@ vector<pair<vector<DNSRecord>, vector<DNSRecord>>> 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";