1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

B #3174: Fix response for calculateshowback (#3718)

(cherry picked from commit 8bd6804c4c)
This commit is contained in:
Pavel Czerný 2019-09-17 15:29:36 +02:00 committed by Ruben S. Montero
parent c9b609cc40
commit d68be6fef1
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -2666,7 +2666,7 @@ void VirtualMachinePoolCalculateShowback::request_execute(
return;
}
success_response("", att);
success_response(string(""), att);
return;
}