mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug fixed uid request for UserInfo
This commit is contained in:
parent
513bfa5d90
commit
ed0b00a07d
@ -69,7 +69,7 @@ void RequestManager::UserInfo::execute(
|
||||
}
|
||||
}
|
||||
// Now let's get the user
|
||||
user = UserInfo::upool->get(uid,true);
|
||||
user = UserInfo::upool->get(the_uid,true);
|
||||
|
||||
if ( user == 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user