]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Do the same for auth
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 27 Nov 2024 09:03:52 +0000 (10:03 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 27 Nov 2024 09:03:52 +0000 (10:03 +0100)
pdns/auth-main.cc

index 06d8742499696442200dddb8c656e98c87a01426..cc8eead136044a2718ce960e33d78c3496471e64 100644 (file)
@@ -1210,6 +1210,7 @@ int main(int argc, char** argv)
 {
   versionSetProduct(ProductAuthoritative);
   reportAllTypes(); // init MOADNSParser
+  DNSRecordContent::lock();
 
   g_programname = "pdns";
   g_starttime = time(nullptr);