From c9b297e48b51abf621aa6e58012ae7ee33f5c956 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 30 May 2006 12:49:01 +0000 Subject: Fixed application patching to ensure that failures to patch on some nodes are always reported. --- cpp/src/IceGrid/Database.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/Database.cpp') 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; } -- cgit v1.2.3