diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-23 15:02:52 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-23 15:02:52 +0000 |
commit | d0c10bd20d41334973de40b315ac17a41265d627 (patch) | |
tree | 09044e57cdb3b2727683d9fdbd86d8808cfcac0c /cpp/config/TestUtil.py | |
parent | adding --impl option (diff) | |
download | ice-d0c10bd20d41334973de40b315ac17a41265d627.tar.bz2 ice-d0c10bd20d41334973de40b315ac17a41265d627.tar.xz ice-d0c10bd20d41334973de40b315ac17a41265d627.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 066a9a2ad77..1692e4b810b 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 |