]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Remove unneeded 'static' 9883/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 5 Jan 2021 08:54:18 +0000 (09:54 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 5 Jan 2021 08:54:18 +0000 (09:54 +0100)
pdns/reczones.cc

index 753d87e65b325f36d500edc5dfbf668e254afa04..9042df65a70a08601ceb6bffad0f1ca618fdaa2f 100644 (file)
@@ -46,7 +46,7 @@ bool primeHints(void)
 {
   // prime root cache
   const vState validationState = vState::Insecure;
-  static const ComboAddress from("255.255.255.255");
+  const ComboAddress from("255.255.255.255");
   vector<DNSRecord> nsset;
   t_rootNSZones.clear();