mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4215: Use created_by uid to get token_password
This commit is contained in:
parent
816a5bf415
commit
8b648b3bad
@ -684,7 +684,7 @@ void TransferManager::prolog_action(int vid)
|
||||
return;
|
||||
}
|
||||
|
||||
int uid = vm->get_uid();
|
||||
int uid = vm->get_created_by_uid();
|
||||
vm->unlock();
|
||||
|
||||
User * user = Nebula::instance().get_upool()->get(uid, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user