From 37b5e28cf85ec6583fa78d91bf9260560f789ef7 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 (cherry picked from commit e1ea0b79681fba667b6c110e0be260f3e3b35f6b) --- include/RequestManagerVirtualMachine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/RequestManagerVirtualMachine.h b/include/RequestManagerVirtualMachine.h index a745ca0c32..fc47827453 100644 --- a/include/RequestManagerVirtualMachine.h +++ b/include/RequestManagerVirtualMachine.h @@ -221,7 +221,6 @@ public: "Attaches a new disk to the virtual machine", "A:sis") { - auth_op = AuthRequest::USE_NO_LCK; vm_action = VMActions::DISK_ATTACH_ACTION; } @@ -254,7 +253,6 @@ public: "Detaches a disk from a virtual machine", "A:sii") { - auth_op = AuthRequest::USE_NO_LCK; vm_action = VMActions::DISK_DETACH_ACTION; }