1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-22 22:03:39 +03:00

B #-: fix minor bug

This commit is contained in:
Christian González 2020-09-25 12:32:27 +02:00 committed by Ruben S. Montero
parent 437662c25f
commit 562a778c30
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -494,8 +494,6 @@ void VirtualMachineAction::request_execute(xmlrpc_c::paramList const& paramList,
if (vm == nullptr)
{
att.resp_id = id;
failure_response(NO_EXISTS, att);
return;
}