summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SslTransceiver.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-10-29 19:44:35 +0000
committerAnthony Neal <aneal@zeroc.com>2002-10-29 19:44:35 +0000
commitea8293b2b079f15ae0e19a60c4670585dec25fec (patch)
treeaae350bbb3701d8a63504bf8b7490745815b9f5f /cpp/src/IceSSL/SslTransceiver.cpp
parentfixes (diff)
downloadice-ea8293b2b079f15ae0e19a60c4670585dec25fec.tar.bz2
ice-ea8293b2b079f15ae0e19a60c4670585dec25fec.tar.xz
ice-ea8293b2b079f15ae0e19a60c4670585dec25fec.zip
Minor fix to the IceSSL mod.
Diffstat (limited to 'cpp/src/IceSSL/SslTransceiver.cpp')
-rw-r--r--cpp/src/IceSSL/SslTransceiver.cpp2
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);