diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/SslTransceiver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SslTransceiver.cpp b/cpp/src/IceSSL/SslTransceiver.cpp index 334fc554295..cb97de96825 100644 --- a/cpp/src/IceSSL/SslTransceiver.cpp +++ b/cpp/src/IceSSL/SslTransceiver.cpp @@ -1016,8 +1016,6 @@ IceSSL::SslTransceiver::SslTransceiver(const OpenSSLPluginIPtr& plugin, IceSSL::SslTransceiver::~SslTransceiver() { - assert(_fd == INVALID_SOCKET); - if(_sslConnection != 0) { removeTransceiver(_sslConnection); |