1
0
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:
Carlos Martín 2013-02-08 12:22:21 +01:00
parent 650d62b6fe
commit 9bb7079a34

View File

@ -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 )
{