diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-03-24 22:36:19 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-03-24 22:36:19 +0000 |
commit | f949f9b09f11a08f74314b4b493c4d6971f2f1d7 (patch) | |
tree | 1e519a8dc8200c96a8f8bf3fd6d570afea97e0ea /cpp | |
parent | Whoops, forgot to add these. (diff) | |
download | ice-f949f9b09f11a08f74314b4b493c4d6971f2f1d7.tar.bz2 ice-f949f9b09f11a08f74314b4b493c4d6971f2f1d7.tar.xz ice-f949f9b09f11a08f74314b4b493c4d6971f2f1d7.zip |
Updated to include turning off exception warnings.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceSSL/certificateVerification/server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/certificateVerification/server.cpp b/cpp/test/IceSSL/certificateVerification/server.cpp index a1ce4447fe7..7e62260891f 100644 --- a/cpp/test/IceSSL/certificateVerification/server.cpp +++ b/cpp/test/IceSSL/certificateVerification/server.cpp @@ -98,6 +98,7 @@ int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
{
Ice::PropertiesPtr properties = communicator->getProperties();
+ properties->setProperty("Ice.ConnectionWarnings", "0");
properties->setProperty("Ice.SSL.Client.CertPath","../certs");
properties->setProperty("Ice.SSL.Client.Config", "sslconfig_8.xml");
|