]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove redundant assignment 13159/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:10:03 +0000 (12:10 +0200)
(cherry picked from commit 8d3ab63b412fb4b9fd8732af47a5d1c18ba7e786)

pdns/ixfr.cc

index 755fb1d155d47d6109eaeefca0945056cd59c28d..28d773c2503e0f9a2a72be7455de57504b8b16f0 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";