]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
when (re)priming the root, we do so with auth=0. We'll only set auth=1 after we have... 5318/head
authorbert hubert <bert.hubert@powerdns.com>
Fri, 12 May 2017 10:34:44 +0000 (12:34 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Fri, 12 May 2017 10:34:44 +0000 (12:34 +0200)
pdns/reczones.cc

index 5a97903bea2e0c34a657e87eb3afa45a2c536247..845155b77581fa33690a1ba96a88cc1ecac98756 100644 (file)
@@ -93,6 +93,7 @@ void primeHints(void)
       }
     }
   }
+  t_RC->doWipeCache(g_rootdnsname, false, QType::NS);
   t_RC->replace(time(0), g_rootdnsname, QType(QType::NS), nsset, vector<std::shared_ptr<RRSIGRecordContent>>(), false); // and stuff in the cache
 }