diff options
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index ccd7c77e285..5ba3c621c12 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -660,7 +660,7 @@ IceInternal::ReferenceFactory::createFromProperties(const string& propertyPrefix } } - property = propertyPrefix + ".CollocationOptimization"; + property = propertyPrefix + ".CollocationOptimized"; if(!properties->getProperty(property).empty()) { ref = ref->changeCollocationOptimization(properties->getPropertyAsInt(property) > 0); @@ -808,7 +808,7 @@ IceInternal::ReferenceFactory::checkForUnknownProperties(const string& prefix) "LocatorCacheTimeout", "Locator", "Router", - "CollocationOptimization", + "CollocationOptimized", "ThreadPerConnection" }; |