]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/Scheme.cc
Do not use static initialization to register modules (#1422)
[thirdparty/squid.git] / src / auth / ntlm / Scheme.cc
index e0a720d102e183dde02b18986785086e2eff3fd9..00d92759d2db4b0dac59be073a002b67a557a187 100644 (file)
@@ -23,7 +23,8 @@ public:
         debugs(29, 2, "Initialized Authentication Scheme '" << type << "'");
     }
 };
-RunnerRegistrationEntry(NtlmAuthRr);
+
+DefineRunnerRegistrator(NtlmAuthRr);
 
 Auth::Scheme::Pointer
 Auth::Ntlm::Scheme::GetInstance()