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:
parent
56f2babf22
commit
526ec6bcea
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user