diff options
Diffstat (limited to 'cpp/src/Ice/SslTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/SslTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslTransceiver.cpp b/cpp/src/Ice/SslTransceiver.cpp index f8a17d761ee..8d967b85765 100644 --- a/cpp/src/Ice/SslTransceiver.cpp +++ b/cpp/src/Ice/SslTransceiver.cpp @@ -102,5 +102,5 @@ IceInternal::SslTransceiver::SslTransceiver(const InstancePtr& instance, IceInternal::SslTransceiver::~SslTransceiver() { - assert(_fd == INVALID_SOCKET);
+ assert(_fd == INVALID_SOCKET); } |