diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-12-19 16:48:31 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-12-19 16:48:31 +0000 |
commit | 73e15974110b3538960ecd4613187d79bd32c47a (patch) | |
tree | 56a62cdb2752e295d4f46810dd2d88623e38e96d /cpp/config/TestUtil.py | |
parent | Fix for ActivePython bug under WIN32. (diff) | |
download | ice-73e15974110b3538960ecd4613187d79bd32c47a.tar.bz2 ice-73e15974110b3538960ecd4613187d79bd32c47a.tar.xz ice-73e15974110b3538960ecd4613187d79bd32c47a.zip |
This is the 'fix' for the IceStorm related bug having to do with oneways.
It requires that Marc make it legal for read() to return 0 bytes.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 066a9a2ad77..2a985379f30 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,7 +14,7 @@ # protocol. Otherwise TCP is used. # -#protocol = "ssl" +# protocol = "ssl" protocol = "" # |