Skip to content

Commit

Permalink
B #-: fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González authored Sep 25, 2020
1 parent 95a7a4e commit 9b6e068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rm/RequestManagerVirtualMachine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9b6e068

Please sign in to comment.