mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
Feature #662: Fix bug in VirtualMachineMigrate::request_execute
This commit is contained in:
parent
5a0d617af0
commit
e3e08b5a77
@ -312,7 +312,7 @@ void VirtualMachineMigrate::request_execute(xmlrpc_c::paramList const& paramList
|
||||
return;
|
||||
}
|
||||
|
||||
if (get_host_information(hid,hostname,vmm_mad,tm_mad) == false)
|
||||
if (get_host_information(hid,hostname,vmm_mad,tm_mad) != 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user