diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index b7b6ca15e3c..d4cb62ab9bf 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -785,6 +785,7 @@ ServerI::addAdapter(const AdapterDescriptor& descriptor, const ServerPrx& self, current.adapter->add(new ServerAdapterI(_node, self, descriptor.id, _waitTime), id); } _adapters[descriptor.id] = AdapterPrx::uncheckedCast(current.adapter->createProxy(id)); + _processRegistered |= descriptor.registerProcess; } void |