1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #-: Fix Attach auth operation

This commit is contained in:
Ruben S. Montero 2021-02-10 18:11:42 +00:00
parent b9623af769
commit e1ea0b7968
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -219,7 +219,6 @@ public:
"Attaches a new disk to the virtual machine",
"A:sis")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_ATTACH_ACTION;
}
@ -252,7 +251,6 @@ public:
"Detaches a disk from a virtual machine",
"A:sii")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_DETACH_ACTION;
}