diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-29 20:31:14 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-29 20:31:14 +0000 |
commit | f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2 (patch) | |
tree | ba65f86e6c15863a3be8e690bef89b7288a3fa13 /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.tar.bz2 ice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.tar.xz ice-f867ba38e2d7ee0c8edb4c4680334cf11ee9e2c2.zip |
leak fix
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 8ff5e1af860..8bbd35bbf4b 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -16,8 +16,8 @@ import sys, os # protocol. Otherwise TCP is used. # -protocol = "ssl" -#protocol = "" +#protocol = "ssl" +protocol = "" # # Set compressed to 1 in case you want to run the tests with |