diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-01-29 09:17:10 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-01-29 09:17:10 +0100 |
commit | 2a6d3406fe051b8142a8578ebd4b76fa004382fd (patch) | |
tree | 644a595298c0e9e2a3f50326eed0a0096dd2bdf4 /cpp/src/IceSSL/SecureTransportTransceiverI.cpp | |
parent | Got rid of calls to SSL_get_fd in OpenSSL IceSSL transport (diff) | |
download | ice-2a6d3406fe051b8142a8578ebd4b76fa004382fd.tar.bz2 ice-2a6d3406fe051b8142a8578ebd4b76fa004382fd.tar.xz ice-2a6d3406fe051b8142a8578ebd4b76fa004382fd.zip |
Removed invalid whitespace, add comment for SChannel transceiver fix
Diffstat (limited to 'cpp/src/IceSSL/SecureTransportTransceiverI.cpp')
-rw-r--r-- | cpp/src/IceSSL/SecureTransportTransceiverI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SecureTransportTransceiverI.cpp b/cpp/src/IceSSL/SecureTransportTransceiverI.cpp index 739e218a91a..7d33252b749 100644 --- a/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +++ b/cpp/src/IceSSL/SecureTransportTransceiverI.cpp @@ -221,7 +221,6 @@ IceSSL::SecureTransport::TransceiverI::initialize(IceInternal::Buffer& readBuffe _maxRecvPacketSize = 128 * 1024; // 128KB } - OSStatus err = 0; if(!_ssl) { |