diff --git a/includes/osdiscovery/discover-akcp.php b/includes/osdiscovery/discover-akcp.php index fcfd5bab90..0f87cce478 100644 --- a/includes/osdiscovery/discover-akcp.php +++ b/includes/osdiscovery/discover-akcp.php @@ -3,7 +3,7 @@ if (!$os) { if (preg_match("/8VD-X20/", $sysDescr)) { $os = "minkelsrms"; } - if (preg_match("/SensorProbe/", $sysDescr)) { $os = "akcpsp"; } + if (preg_match("/SensorProbe/", $sysDescr)) { $os = "akcp"; } }