mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
decd82006b
commit
75ec599a4f
@ -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