VirtualBox

Changeset 30444 in vbox


Ignore:
Timestamp:
Jun 25, 2010 6:54:28 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63092
Message:

VBoxService: warnings

File:
1 edited

Legend:

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

    r30436 r30444  
    883883                                     * Close the child ends of any pipes and redirected files.
    884884                                     */
    885                                     int rc2 = RTHandleClose(phStdIn);   AssertRC(rc2);
     885                                    rc2 = RTHandleClose(phStdIn);   AssertRC(rc2);
    886886                                    phStdIn    = NULL;
    887887                                    rc2 = RTHandleClose(phStdOut);  AssertRC(rc2);
     
    913913                                                     pData->pszCmd, pThread->uContextID, rc);
    914914
    915                                     int rc2 = VbglR3GuestCtrlExecReportStatus(pThread->uClientID, pThread->uContextID, pData->uPID,
    916                                                                               PROC_STS_ERROR, rc,
    917                                                                               NULL /* pvData */, 0 /* cbData */);
     915                                    rc2 = VbglR3GuestCtrlExecReportStatus(pThread->uClientID, pThread->uContextID, pData->uPID,
     916                                                                          PROC_STS_ERROR, rc,
     917                                                                          NULL /* pvData */, 0 /* cbData */);
    918918                                    if (RT_FAILURE(rc2))
    919919                                        VBoxServiceError("ControlExec: Could not report process start error! Error: %Rrc (process error %Rrc)\n",
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