1
0
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:
Ruben S. Montero 2010-10-15 18:32:12 +02:00
parent 513bfa5d90
commit ed0b00a07d

View File

@ -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 )
{