1
1

Add missing line to set flag indicating at least one port found

This commit was SVN r26914.
Этот коммит содержится в:
Ralph Castain 2012-07-30 17:54:38 +00:00
родитель 81a050add9
Коммит 23c2a315a9

Просмотреть файл

@ -356,6 +356,7 @@ int mca_oob_ud_module_init (void)
}
mca_oob_ud_event_start_monitor (device);
found_one = true;
}
if (found_one) {