diff --git a/include/RequestManagerVirtualMachine.h b/include/RequestManagerVirtualMachine.h index 4e4abf1002..56cef39408 100644 --- a/include/RequestManagerVirtualMachine.h +++ b/include/RequestManagerVirtualMachine.h @@ -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; }