diff --git a/includes/osdiscovery/discover-3com.php b/includes/osdiscovery/discover-3com.php index 116aa1a92..19c3ff6c7 100644 --- a/includes/osdiscovery/discover-3com.php +++ b/includes/osdiscovery/discover-3com.php @@ -3,6 +3,7 @@ if(!$os) { if(strstr($sysDescr, "3Com Switch ")) { $os = "3com"; } + else if(strstr($sysDescr, "3Com SuperStack")) { $os = "3com"; } }