Skip to content

Commit

Permalink
M #-: Fix Attach auth operation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmontero committed Feb 10, 2021
1 parent b9623af commit e1ea0b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/RequestManagerVirtualMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class VirtualMachineAttach : public RequestManagerVirtualMachine
"Attaches a new disk to the virtual machine",
"A:sis")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_ATTACH_ACTION;
}

Expand Down Expand Up @@ -252,7 +251,6 @@ class VirtualMachineDetach : public RequestManagerVirtualMachine
"Detaches a disk from a virtual machine",
"A:sii")
{
auth_op = AuthRequest::USE_NO_LCK;
vm_action = VMActions::DISK_DETACH_ACTION;
}

Expand Down

0 comments on commit e1ea0b7

Please sign in to comment.