diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-09-09 15:45:40 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-09-09 15:45:40 +0000 |
commit | 215ffd983eef5af371e98264c91d0e3358d88eb6 (patch) | |
tree | f56b9b4af218aa61b024c61b03c02ab154085b37 /cpp/src/IceSSL/OpenSSLPluginI.cpp | |
parent | Improved diagnostics for explicit inheritance from Object. (diff) | |
download | ice-215ffd983eef5af371e98264c91d0e3358d88eb6.tar.bz2 ice-215ffd983eef5af371e98264c91d0e3358d88eb6.tar.xz ice-215ffd983eef5af371e98264c91d0e3358d88eb6.zip |
Fixes as per Marc's comments.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index d5f2eac15f2..b5d6c32ccf8 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -323,10 +323,7 @@ IceSSL::OpenSSL::PluginI::loadConfig(ContextType contextType, throw configEx; } - ConfigParser sslConfig(configFile, certPath); - - sslConfig.setTrace(_traceLevels); - sslConfig.setLogger(_logger); + ConfigParser sslConfig(configFile, certPath, _traceLevels, _logger); // Actually parse the file now. sslConfig.process(); |