mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 75ec599a4f785a53a7b63d66c49a60e975ed9486)
This commit is contained in:
parent
55c280f74e
commit
176988cb52
@ -402,6 +402,12 @@ void RequestManagerChown::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
|
||||
object->unlock();
|
||||
|
||||
if ( auth_object != PoolObjectSQL::VROUTER )
|
||||
{
|
||||
success_response(oid, att);
|
||||
return;
|
||||
}
|
||||
|
||||
// --------------- Recursive change associated VM objects ------------------
|
||||
// IMPORTANT!: pool/auth_object members are redirected to the VM pool to
|
||||
// chown VMs
|
||||
|
Loading…
x
Reference in New Issue
Block a user