Changeset 104582 in vbox
- Timestamp:
- May 13, 2024 10:00:06 AM (7 months ago)
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNetShaper.cpp
r98103 r104582 422 422 423 423 PDMDrvHlpCritSectLeave(pDrvIns, &pThis->XmitLock); 424 return VINF_SUCCESS;424 return rc; 425 425 } 426 426 -
trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp
r98103 r104582 352 352 353 353 RTCritSectLeave(&pThis->XmitLock); 354 return VINF_SUCCESS;354 return rc; 355 355 } 356 356
Note:
See TracChangeset
for help on using the changeset viewer.