mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit efdf4d31b7b6e67c0e7176bbd951d80c54a14eb0)
This commit is contained in:
parent
c5c6f1a35a
commit
92bd85be48
@ -2962,7 +2962,7 @@ int VirtualMachine::updateconf(VirtualMachineTemplate* tmpl, string &err,
|
||||
obj_template->remove(context_new);
|
||||
obj_template->set(context_bck);
|
||||
|
||||
context_bck->merge(context_new, false);
|
||||
context_bck->merge(context_new, true);
|
||||
|
||||
delete context_new;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user