Changeset 29627 in vbox for trunk/src/VBox
- Timestamp:
- May 18, 2010 12:47:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r29583 r29627 826 826 rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, RTPROC_FLAGS_SERVICE, 827 827 phStdIn, phStdOut, phStdErr, 828 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX)829 828 strlen(pData->pszUser) ? pData->pszUser : NULL, 830 829 strlen(pData->pszUser) && strlen(pData->pszPassword) ? pData->pszPassword : NULL, 831 #else832 /*833 * Never specify a user name and password until RTProcCreateEx supports834 * that for non-Windows (POSIX) platforms.835 */836 NULL, NULL,837 #endif838 830 &hProcess); 839 831 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.