1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5716: Fix onevm updateconf --append (#1728)

(cherry picked from commit efdf4d31b7b6e67c0e7176bbd951d80c54a14eb0)
This commit is contained in:
Pavel Czerný 2022-01-31 18:53:34 +01:00 committed by Ruben S. Montero
parent c5c6f1a35a
commit 92bd85be48
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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;
}