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 8d967b85765..fde1a13c9f1 100644 --- a/cpp/src/Ice/SslTransceiver.cpp +++ b/cpp/src/Ice/SslTransceiver.cpp @@ -89,9 +89,9 @@ IceInternal::SslTransceiver::SslTransceiver(const InstancePtr& instance, SOCKET fd, const ConnectionPtr& sslConnection) : _instance(instance), - _fd(fd), _traceLevels(instance->traceLevels()), _logger(instance->logger()), + _fd(fd), _sslConnection(sslConnection) { assert(sslConnection != 0); |