]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/Scheme.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / ntlm / Scheme.cc
index 3edc1a9a82f8b11a2353c73848bf47b30e8b4bdf..e0a720d102e183dde02b18986785086e2eff3fd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -18,7 +18,7 @@ class NtlmAuthRr : public RegisteredRunner
 {
 public:
     /* RegisteredRunner API */
-    virtual void bootstrapConfig() override {
+    void bootstrapConfig() override {
         const char *type = Auth::Ntlm::Scheme::GetInstance()->type();
         debugs(29, 2, "Initialized Authentication Scheme '" << type << "'");
     }