mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #1483: Fix context parsing
This commit is contained in:
parent
650d62b6fe
commit
9bb7079a34
@ -596,7 +596,7 @@ int VirtualMachine::parse_context(string& error_str)
|
||||
|
||||
vector<int> img_ids;
|
||||
|
||||
num = user_obj_template->remove("CONTEXT", array_context);
|
||||
num = obj_template->remove("CONTEXT", array_context);
|
||||
|
||||
if ( num == 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user