diff options
Diffstat (limited to 'cpp/src/Ice/Collector.cpp')
-rw-r--r-- | cpp/src/Ice/Collector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Collector.cpp b/cpp/src/Ice/Collector.cpp index 2f8a4cc56ef..b9c0ebb3e20 100644 --- a/cpp/src/Ice/Collector.cpp +++ b/cpp/src/Ice/Collector.cpp @@ -569,9 +569,9 @@ IceInternal::CollectorFactory::message(BasicStream&) } catch (const SecurityException& securityEx) { - // TODO: bandaid. Takes care of SSL Handshake problems during creation of a Transceiver
+ // TODO: bandaid. Takes care of SSL Handshake problems during creation of a Transceiver // TODO: THIS DOESN'T WORK!!! For some reason it skips it. - // Ignore, nothing we can do here
+ // Ignore, nothing we can do here warning(securityEx); } catch (const SocketException&) |