diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-19 13:23:42 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-19 13:23:42 +0000 |
commit | 5f54483d07ae83b3f04c962bef6ccdfc0d45f091 (patch) | |
tree | 59e11e9485163e7c99c910b8c2d4c5a9f316a827 /cpp/config/TestUtil.py | |
parent | Fixed code generation bug for array mapping for sequences. (diff) | |
download | ice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.tar.bz2 ice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.tar.xz ice-5f54483d07ae83b3f04c962bef6ccdfc0d45f091.zip |
Fix for bug 1047.
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 30bdca160d8..ed491eee85c 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -361,7 +361,7 @@ else: os.environ["LD_LIBRARY_PATH_64"] = os.path.join(toplevel, "lib") + ":" + os.getenv("LD_LIBRARY_PATH_64", "") if protocol == "ssl": - plugin = " --Ice.Plugin.IceSSL=IceSSL:create" + plugin = " --Ice.Plugin.IceSSL=IceSSL:createIceSSL" clientProtocol = plugin + " --Ice.Default.Protocol=ssl" + \ " --IceSSL.DefaultDir=" + os.path.join(toplevel, "certs") + \ " --IceSSL.CertFile=c_rsa1024_pub.pem" + \ |