VirtualBox

Changeset 39844 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 23, 2012 6:47:34 PM (13 years ago)
Author:
vboxsync
Message:

d'oh! here as well ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp

    r39843 r39844  
    997997{
    998998    return VBoxServiceControlThreadRequestAllocEx(ppReq, enmType,
    999                                                   0 /* cbData */, NULL /* pvData */,
     999                                                  NULL /* pvData */, 0 /* cbData */,
    10001000                                                  0 /* ContextID */);
    10011001}
     
    15321532                                    }
    15331533                                    if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDERR, NULL)))
    1534                                         hStdErrR = NIL_RTPIPE;
     1534                                        pipeStdErrR = NIL_RTPIPE;
    15351535                                    if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDOUT, NULL)))
    1536                                         hStdOutR = NIL_RTPIPE;
     1536                                        pipeStdOutR = NIL_RTPIPE;
    15371537                                    if (RT_FAILURE(RTPollSetQueryHandle(hPollSet, VBOXSERVICECTRLPIPEID_STDIN, NULL)))
    15381538                                        pThread->pipeStdInW = NIL_RTPIPE;
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