diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-21 11:16:15 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-21 11:16:15 -0230 |
commit | 02c969e9d14684bd3aa881682aa42ff597867caf (patch) | |
tree | bd16fc92df65d98d16584f08be9d2ff3dc632b5f /cpp/src/Ice/TcpTransceiver.cpp | |
parent | ICE-5646 check return value of backtrace_symbols before processing (diff) | |
download | ice-02c969e9d14684bd3aa881682aa42ff597867caf.tar.bz2 ice-02c969e9d14684bd3aa881682aa42ff597867caf.tar.xz ice-02c969e9d14684bd3aa881682aa42ff597867caf.zip |
ICE-5638 add default constructor for Address union
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp index 4c8be1b2f28..0c348426601 100644 --- a/cpp/src/Ice/TcpTransceiver.cpp +++ b/cpp/src/Ice/TcpTransceiver.cpp @@ -576,7 +576,7 @@ IceInternal::TcpTransceiver::TcpTransceiver(const ProtocolInstancePtr& instance, NativeInfo(fd), _instance(instance), _addr(Address()), - _sourceAddr(getInvalidAddress()), + _sourceAddr(Address()), _state(StateConnected), _desc(fdToString(_fd)) #ifdef ICE_USE_IOCP |