diff --git a/src/rm/RequestManagerChown.cc b/src/rm/RequestManagerChown.cc index e4c4c9e7d0..491dbafc0d 100644 --- a/src/rm/RequestManagerChown.cc +++ b/src/rm/RequestManagerChown.cc @@ -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