X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/bac41a7b9a0a9254fa30f8bb6e6038ab71a483e2..67c7378dcb8de24c86b7fedff90b4b496f2e474c:/Network/https-proxy-protocol.cpp?ds=inline diff --git a/Network/https-proxy-protocol.cpp b/Network/https-proxy-protocol.cpp index 19020694..57f218c9 100644 --- a/Network/https-proxy-protocol.cpp +++ b/Network/https-proxy-protocol.cpp @@ -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 (...) {