mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[LIBUSB]
- Fix infinite loop svn path=/trunk/; revision=55967
This commit is contained in:
@@ -1164,6 +1164,9 @@ CUSBDevice::SelectInterface(
|
||||
Found = TRUE;
|
||||
break;
|
||||
}
|
||||
|
||||
// next entry
|
||||
Entry = Entry->Flink;
|
||||
}
|
||||
|
||||
if (!Found)
|
||||
|
||||
Reference in New Issue
Block a user