VirtualBox

Ignore:
Timestamp:
Mar 14, 2010 6:37:17 PM (15 years ago)
Author:
vboxsync
Message:

process-posix.cpp: copy & past thing in commented out code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r27321 r27349  
    120120                case RTHANDLETYPE_SOCKET:
    121121                    aStdFds[i] = paHandles[i]->u.hSocket != NIL_RTSOCKET
    122                                ? (int)paHandles[i]->u.hSocket //RTPipeToNative(paHandles[i]->u.hPipe)
     122                               ? (int)paHandles[i]->u.hSocket //RTTcpToNative(paHandles[i]->u.hSocket)
    123123                               : -2 /* close it */;
    124124                    break;
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