Changeset 85077 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 6, 2020 9:00:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r82968 r85077 1124 1124 */ 1125 1125 CFMutableDictionaryRef RefMatchingDict = IOServiceMatching(kIOUSBDeviceClassName); 1126 AssertReturn(RefMatchingDict != IO_OBJECT_NULL, VERR_OPEN_FAILED);1126 AssertReturn(RefMatchingDict != NULL, VERR_OPEN_FAILED); 1127 1127 1128 1128 uint64_t u64SessionId = 0;
Note:
See TracChangeset
for help on using the changeset viewer.