VirtualBox

Changeset 86415 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Oct 2, 2020 11:50:21 AM (4 years ago)
Author:
vboxsync
Message:

IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for sockets too. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp

    r86414 r86415  
    114114
    115115        case RTHANDLETYPE_SOCKET:
    116             /** @todo fLeaveOpen */
    117             rc = rtSocketCreateForNative(&h.u.hSocket, (RTHCUINTPTR)hNative);
     116            rc = rtSocketCreateForNative(&h.u.hSocket, (RTHCUINTPTR)hNative, fLeaveOpen);
    118117            break;
    119118
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette