diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-11-07 12:25:58 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-11-07 12:25:58 +0100 |
commit | 17fb258eff8192aaba6d51bd5f35d560c343266a (patch) | |
tree | f4aaa6bfdd706bdbac0f1816803fa8cce01feb15 /cpp/src/Ice/ConnectionFactory.cpp | |
parent | Fixed generated code to use skipEmptyEncaps instead of startReadEncaps/endRea... (diff) | |
download | ice-17fb258eff8192aaba6d51bd5f35d560c343266a.tar.bz2 ice-17fb258eff8192aaba6d51bd5f35d560c343266a.tar.xz ice-17fb258eff8192aaba6d51bd5f35d560c343266a.zip |
Fixes for bug 3530 & 3536: asserts when thread fails to start
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index c84ff797b7f..23fd5bcb242 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -1495,7 +1495,7 @@ IceInternal::IncomingConnectionFactory::initialize(const string& adapterName) { // Here we ignore any exceptions in close(). } - + _acceptor = 0; throw; } } |