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 {