1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #3256: Change RMDelete return code

This commit is contained in:
Carlos Martín 2014-11-17 12:50:19 +01:00
parent 56f2babf22
commit 526ec6bcea

View File

@ -91,7 +91,7 @@ void RequestManagerDelete::request_execute(xmlrpc_c::paramList const& paramList,
if ( rc != 0 )
{
failure_response(INTERNAL,
failure_response(ACTION,
request_error("Cannot delete "+object_name(auth_object),error_msg),
att);
return;