]> git.saurik.com Git - apple/security.git/blobdiff - Network/https-proxy-protocol.cpp
Security-54.1.9.tar.gz
[apple/security.git] / Network / https-proxy-protocol.cpp
index 190206940675562764be29830a2d1ece82430f00..57f218c97d30d9a07d3cdda44c58693691a763c0 100644 (file)
@@ -147,7 +147,7 @@ void ConnectHTTPProtocol::ConnectHTTPConnection::transit(Event event,
                 connectState = connectReady;
                 try {
                     startSSL();
-                } catch (CssmCommonError &err) {
+                } catch (const CssmCommonError &err) {
                     setError("SSL failed", err.osStatus());
                     throw;
                 } catch (...) {