VirtualBox

Changeset 29829 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2010 7:22:41 PM (15 years ago)
Author:
vboxsync
Message:

Burn fix.

File:
1 edited

Legend:

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

    r29828 r29829  
    751751                                        const char *pszPassword, PRTPROCESS phProcess)
    752752{
     753    int  rc = VINF_SUCCESS;
     754#ifdef RT_OS_WINDOWS
    753755    /* Get the predefined path of sysprep.exe (depending on Windows OS). */
    754     int  rc = VINF_SUCCESS;
    755756    char szSysprepCmd[RTPATH_MAX] = "C:\\sysprep\\sysprep.exe";
    756757    OSVERSIONINFOEX OSInfoEx;
     
    780781    else
    781782    {
     783#else
    782784        /* Do normal execution. */
    783785        rc = RTProcCreateEx(pszExec, papszArgs, hEnv, fFlags,
    784786                            phStdIn, phStdOut, phStdErr, pszAsUser,
    785787                            pszPassword, phProcess);
    786     }
     788#ifdef RT_OS_WINDOWS
     789    }
     790#endif
    787791    return rc;
    788792}
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