diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-04-17 13:40:00 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-04-17 13:40:00 +0000 |
commit | fd2e4717a7ab8867bc2b7975080a730cc40811f2 (patch) | |
tree | 3c5573d0a40ff254e0bfa1b896bc444761a308b3 /cpp/src | |
parent | Fixed some silly assumptions I was making in these tests about the values (diff) | |
download | ice-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')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
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(...) { |