From e3dbc608d066e38ee69d8217418ae6ebf131dd06 Mon Sep 17 00:00:00 2001 From: yes1n <57847032+yes1n@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:00:45 +0300 Subject: [PATCH] Update lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm Co-authored-by: Guillaume Bougard --- lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm b/lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm index 4b47bfcf0..5f384f5f1 100644 --- a/lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm +++ b/lib/GLPI/Agent/Task/Inventory/Generic/Remote_Mgmt/RMS.pm @@ -27,7 +27,7 @@ sub isEnabled { return 1; } - return canRun('rms'); + return 0; } sub doInventory {