- Timestamp:
- Mar 31, 2016 6:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
r60279 r60280 534 534 * Read client command packet and process it. 535 535 */ 536 PUTSPKTHDR pPktHdr ;536 PUTSPKTHDR pPktHdr = NULL; 537 537 int rc = utsRecvPkt(pClient, &pPktHdr, true /*fAutoRetryOnFailure*/); 538 538 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.