diff options
Diffstat (limited to 'cpp/src/IceGrid/Topics.cpp')
-rw-r--r-- | cpp/src/IceGrid/Topics.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Topics.cpp b/cpp/src/IceGrid/Topics.cpp index 0151bfca666..e11fbe285e5 100644 --- a/cpp/src/IceGrid/Topics.cpp +++ b/cpp/src/IceGrid/Topics.cpp @@ -328,8 +328,7 @@ RegistryObserverTopic::applicationUpdated(int serial, const ApplicationUpdateDes if(p != _applications.end()) { ApplicationHelper helper(c.adapter->getCommunicator(), p->second); - helper.update(desc); - p->second = helper.getDescriptor(); + p->second = helper.update(desc); } } catch(const DeploymentException& ex) |