]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Mon, 9 Feb 2015 18:12:05 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Mon, 9 Feb 2015 18:12:05 +0000 (18:12 +0000)
src/ssl/PeerConnector.cc

index 0abf94890b09e5e4595392011352d8e05c3bae40..56652997218879d206be3eca7a8365eacad609c3 100644 (file)
@@ -190,7 +190,7 @@ Ssl::PeerConnector::initializeSsl()
         } else {
             // Use SNI TLS extension only when we connect directly
             // to the origin server and we know the server host name.
-            const char *sniServer = hostName ? hostName : 
+            const char *sniServer = hostName ? hostName :
                                     (!request->GetHostIsNumeric() ? request->GetHost() : NULL);
             if (sniServer)
                 Ssl::setClientSNI(ssl, sniServer);