- Fix infinite loop

svn path=/trunk/; revision=55967
This commit is contained in:
Johannes Anderwald
2012-03-03 15:16:43 +00:00
parent 530db30b69
commit cc99088ec9
@@ -1164,6 +1164,9 @@ CUSBDevice::SelectInterface(
Found = TRUE;
break;
}
// next entry
Entry = Entry->Flink;
}
if (!Found)