mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Conform notation from documentation
This commit is contained in:
parent
e504f4d028
commit
21a11b5b58
@ -514,7 +514,7 @@ void UserLogin::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
|
||||
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);
|
||||
|
||||
user->unlock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user