summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index f97e933f714..7510eb8a68d 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -337,7 +337,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope
_sslSystem = IceSSL::Factory::getSystem(this);
// Get the SSL system to configure itself
- // _sslSystem->configure();
+ _sslSystem->configure();
}
catch(...)
{