diff options
Diffstat (limited to 'py/modules/IcePy/Communicator.cpp')
-rw-r--r-- | py/modules/IcePy/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Communicator.cpp b/py/modules/IcePy/Communicator.cpp index 32701822918..c21c05750cc 100644 --- a/py/modules/IcePy/Communicator.cpp +++ b/py/modules/IcePy/Communicator.cpp @@ -171,7 +171,7 @@ communicatorInit(CommunicatorObject* self, PyObject* args, PyObject* /*kwds*/) // a collocated servant results in a CollocationOptimizationException // (because Python uses the blobject API). // - data.properties->setProperty("Ice.Default.CollocationOptimization", "0"); + data.properties->setProperty("Ice.Default.CollocationOptimized", "0"); // // Remaining command line options are passed to the communicator |