From: Automatic source maintenance Date: Sat, 10 Nov 2012 01:13:27 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~526 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a42222c55dd562f056c8fbf1fb2c459e777578ef;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ssl/certificate_db.cc b/src/ssl/certificate_db.cc index 303c11917c..391025bf7a 100644 --- a/src/ssl/certificate_db.cc +++ b/src/ssl/certificate_db.cc @@ -310,7 +310,7 @@ bool Ssl::CertificateDb::addCertAndPrivateKey(Ssl::X509_Pointer & cert, Ssl::EVP pkey.reset(findPkey.release()); return true; } - // pure_find may fail because the entry is expired, or because the + // pure_find may fail because the entry is expired, or because the // certs file is corrupted. Remove any entry with given hostname deleteByHostname(useName.empty() ? subject.get() : useName); }