diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-13 19:10:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-13 19:10:35 +0000 |
commit | 82e08dc1990cbd673e8b7608b62c94cbed9569bb (patch) | |
tree | 68b89557c5d73158cfbf6dcfbcdfc8f695d16203 /cpp/src/Ice/SslTransceiver.cpp | |
parent | fix (diff) | |
download | ice-82e08dc1990cbd673e8b7608b62c94cbed9569bb.tar.bz2 ice-82e08dc1990cbd673e8b7608b62c94cbed9569bb.tar.xz ice-82e08dc1990cbd673e8b7608b62c94cbed9569bb.zip |
udp fixes
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); |