Changeset 86413 in vbox
- Timestamp:
- Oct 2, 2020 11:40:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstdpipe.cpp
r82968 r86413 67 67 PRTVFSSTDPIPE pThis = (PRTVFSSTDPIPE)pvThis; 68 68 69 int rc; 70 if (!pThis->fLeaveOpen) 71 rc = RTPipeClose(pThis->hPipe); 72 else 73 rc = VINF_SUCCESS; 69 int rc = RTPipeCloseEx(pThis->hPipe, pThis->fLeaveOpen); 74 70 pThis->hPipe = NIL_RTPIPE; 75 71
Note:
See TracChangeset
for help on using the changeset viewer.