summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-04-17 13:40:00 +0000
committerAnthony Neal <aneal@zeroc.com>2002-04-17 13:40:00 +0000
commitfd2e4717a7ab8867bc2b7975080a730cc40811f2 (patch)
tree3c5573d0a40ff254e0bfa1b896bc444761a308b3 /cpp/src/Ice/Instance.cpp
parentFixed some silly assumptions I was making in these tests about the values (diff)
downloadice-fd2e4717a7ab8867bc2b7975080a730cc40811f2.tar.bz2
ice-fd2e4717a7ab8867bc2b7975080a730cc40811f2.tar.xz
ice-fd2e4717a7ab8867bc2b7975080a730cc40811f2.zip
Uncommented call to configure() - now IceSSL configures itself
automatically on Instance construction.
Diffstat (limited to 'cpp/src/Ice/Instance.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(...)
{