mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[LIBUSB]
- Remove assert - CORE-6280 svn path=/trunk/; revision=57797
This commit is contained in:
@@ -387,7 +387,6 @@ CUSBDevice::SetDeviceAddress(
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("CUSBDevice::SetDeviceAddress> failed to retrieve configuration %lu\n", Index);
|
||||
ASSERT(FALSE);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user