1
0
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:
Carlos Martín 2016-02-03 15:47:43 +01:00 committed by Ruben S. Montero
parent 816a5bf415
commit 8b648b3bad

View File

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