diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-21 23:40:50 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-21 23:40:50 +0000 |
commit | 908bf9cb8c4b892cd89f333d07cd4b7fbc1b1ca8 (patch) | |
tree | 76085221b69782ffce3e8b2f49b8a114aa9736f6 /cpp/config/TestUtil.py | |
parent | revising servant mapping for interfaces (diff) | |
download | ice-908bf9cb8c4b892cd89f333d07cd4b7fbc1b1ca8.tar.bz2 ice-908bf9cb8c4b892cd89f333d07cd4b7fbc1b1ca8.tar.xz ice-908bf9cb8c4b892cd89f333d07cd4b7fbc1b1ca8.zip |
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 3b614fccb9f..066a9a2ad77 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # protocol. Otherwise TCP is used. # -protocol = "ssl" -# protocol = "" +#protocol = "ssl" +protocol = "" # # Set the host to the host name the test servers are running on. If not |