diff --git a/includes/discovery/os/bnt.inc.php b/includes/discovery/os/bnt.inc.php index bf75e9852..8f610d95e 100644 --- a/includes/discovery/os/bnt.inc.php +++ b/includes/discovery/os/bnt.inc.php @@ -3,6 +3,7 @@ if (!$os) { if (stristr($sysDescr, "Blade Network Technologies")) { $os = "bnt"; } + if (preg_match("/^BNT /", $sysDescr)) { $os = "bnt"; } } ?> \ No newline at end of file