summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-24 22:36:19 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-24 22:36:19 +0000
commitf949f9b09f11a08f74314b4b493c4d6971f2f1d7 (patch)
tree1e519a8dc8200c96a8f8bf3fd6d570afea97e0ea /cpp
parentWhoops, forgot to add these. (diff)
downloadice-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.cpp1
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");