diff --git a/includes/discovery/os/3com.inc.php b/includes/discovery/os/3com.inc.php index 1993f80f05..98cce7f465 100644 --- a/includes/discovery/os/3com.inc.php +++ b/includes/discovery/os/3com.inc.php @@ -4,6 +4,7 @@ if (!$os) { if (strstr($sysDescr, "3Com Switch ")) { $os = "3com"; } else if (strstr($sysDescr, "3Com SuperStack")) { $os = "3com"; } + else if (strstr($sysDescr, "3Com Baseline")) { $os = "3com"; } } -?> \ No newline at end of file +?>