1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

Feature #862: Fix error messages for non-authorized ACL operations

This commit is contained in:
Carlos Martín 2012-01-10 07:05:53 -08:00
parent 320bae1426
commit 319c191459

View File

@ -82,6 +82,10 @@ bool Request::basic_authorization(int oid,
object->unlock();
}
else
{
perms.obj_type = auth_object;
}
AuthRequest ar(att.uid, att.gid);