1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

B #-: fix minor bug

This commit is contained in:
Christian González 2020-09-25 12:32:27 +02:00 committed by GitHub
parent 95a7a4ede5
commit 9b6e068b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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