From: Otto Moerbeek Date: Wed, 27 Nov 2024 09:03:52 +0000 (+0100) Subject: Do the same for auth X-Git-Tag: rec-5.2.0-rc1~25^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f272ce83eb2c2b93a1d66b44f7ee611852b293b1;p=thirdparty%2Fpdns.git Do the same for auth --- diff --git a/pdns/auth-main.cc b/pdns/auth-main.cc index 06d8742499..cc8eead136 100644 --- a/pdns/auth-main.cc +++ b/pdns/auth-main.cc @@ -1210,6 +1210,7 @@ int main(int argc, char** argv) { versionSetProduct(ProductAuthoritative); reportAllTypes(); // init MOADNSParser + DNSRecordContent::lock(); g_programname = "pdns"; g_starttime = time(nullptr);