mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
Conform notation from documentation
This commit is contained in:
@ -514,7 +514,7 @@ void UserLogin::request_execute(xmlrpc_c::paramList const& paramList,
|
|||||||
|
|
||||||
if ( egid == -1 && user->get_groups() != att.group_ids )
|
if ( egid == -1 && user->get_groups() != att.group_ids )
|
||||||
{
|
{
|
||||||
att.resp_msg = "Cannot request unscoped token from scoped token";
|
att.resp_msg = "Cannot create a full token with a specific group token";
|
||||||
failure_response(XML_RPC_API, att);
|
failure_response(XML_RPC_API, att);
|
||||||
|
|
||||||
user->unlock();
|
user->unlock();
|
||||||
|
Reference in New Issue
Block a user