diff options
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 1da7bdaa24e..09a957d605a 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -68,7 +68,8 @@ create(const CommunicatorPtr& communicator, const string& name, const StringSeq& catch (...) { Ice::PluginPtr ptr = plugin; // Reclaim the plug-in instance - throw; + // TODO: can't throw from an extern "C" function + // throw; } // |