missing leading . in riverbed

This commit is contained in:
crcro 2016-09-23 01:35:17 +03:00
parent 15366199f2
commit 32b7fcad4e

View File

@ -10,6 +10,6 @@
* the source code distribution for details.
*/
if (starts_with($sysObjectId, '1.3.6.1.4.1.17163.1.1')) {
if (starts_with($sysObjectId, '.1.3.6.1.4.1.17163.1.1')) {
$os = 'riverbed';
}