Skip to content

Commit

Permalink
B #3174: Fix response for calculateshowback (#3718)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8bd6804)
  • Loading branch information
Pavel Czerný authored and rsmontero committed Sep 17, 2019
1 parent c9b609c commit d68be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rm/RequestManagerVirtualMachine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,7 @@ void VirtualMachinePoolCalculateShowback::request_execute(
return;
}

success_response("", att);
success_response(string(""), att);

return;
}
Expand Down

0 comments on commit d68be6f

Please sign in to comment.