From e1ea0b79681fba667b6c110e0be260f3e3b35f6b Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 10 Feb 2021 18:11:42 +0000 Subject: [PATCH] M #-: Fix Attach auth operation --- include/RequestManagerVirtualMachine.h | 2 -- 1 file changed, 2 deletions(-) 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; }