diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index 0ec22eef982..144544d3e46 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -331,7 +331,7 @@ Database::updateApplicationDescriptor(AdminSessionI* session, const ApplicationU reload(previous, helper, entries); - _descriptors.put(StringApplicationDescriptorDict::value_type(update.name, helper.getDescriptor())); + _descriptors.put(StringApplicationDescriptorDict::value_type(update.name, helper.getDefinition())); serial = ++_serial; } @@ -465,7 +465,7 @@ Database::instantiateServer(const string& application, const string& node, const reload(previous, helper, entries); - _descriptors.put(StringApplicationDescriptorDict::value_type(application, helper.getDescriptor())); + _descriptors.put(StringApplicationDescriptorDict::value_type(application, helper.getDefinition())); serial = ++_serial; } |