diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/LocatorRegistryI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorRegistryI.cpp b/cpp/src/IcePack/LocatorRegistryI.cpp index ebe793821c3..78cfaece9bf 100644 --- a/cpp/src/IcePack/LocatorRegistryI.cpp +++ b/cpp/src/IcePack/LocatorRegistryI.cpp @@ -78,7 +78,7 @@ IcePack::LocatorRegistryI::setAdapterDirectProxy(const string& name, const Ice:: // IcePack deployment mechanism). // Ice::PropertiesPtr properties = _adapter->getCommunicator()->getProperties(); - if(properties->getPropertyAsInt("IcePack.Registry.AllowNotRegisteredAdapters") > 0) + if(properties->getPropertyAsInt("IcePack.Registry.AllowUnregisteredAdapters") > 0) { AdapterPrx adapter = AdapterPrx::uncheckedCast(_adapter->addWithUUID(new StandaloneAdapterI())); try |