missing leading . ibm-imm

This commit is contained in:
crcro
2016-09-24 16:56:13 +03:00
parent e7c0b748e9
commit d1055a5b9d

View File

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