Generalise ruckuswireless support

This commit is contained in:
Paul Gear
2015-05-26 23:05:57 +10:00
parent bd46c0981c
commit bcee314aa8

View File

@@ -10,7 +10,7 @@
* the source code distribution for details.
*/
if (!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.25053.3.1.4")) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.25053.3.1")) {
$os = "ruckuswireless";
}
}