Discovery fix (#5304)

This commit is contained in:
Neil Lathwood
2017-01-04 08:12:13 +00:00
committed by GitHub
parent 61094f0466
commit c3d678b112

View File

@@ -110,7 +110,7 @@ function discover_device($device, $options = null)
}
}
$config['os'][$device['os']] = load_os($device);
$config['os'][$device['os']] = load_os($device['os']);
if (is_array($config['os'][$device['os']]['register_mibs'])) {
register_mibs($device, $config['os'][$device['os']]['register_mibs'], 'includes/discovery/os/' . $device['os'] . '.inc.php');
}