]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/PeerConnector.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / security / PeerConnector.cc
index 956ef0aeac52ef12e07d02ae1b7d5fab68107558..9bc307e2cbca7819bf55d0f6dce4622b7274985a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -207,7 +207,7 @@ Security::PeerConnector::negotiate()
         hidMissingIssuer = false; // prep for the next SSL_connect()
 
         if (result.category == IoResult::ioSuccess ||
-            !(result.errorDetail && result.errorDetail->errorNo() == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY))
+                !(result.errorDetail && result.errorDetail->errorNo() == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY))
             return handleMissingCertificates(result);
 
         debugs(83, DBG_IMPORTANT, "BUG: Honoring unexpected SSL_connect() error: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY");