Changeset 29807 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 26, 2010 10:13:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r29762 r29807 823 823 rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, RTPROC_FLAGS_SERVICE, 824 824 phStdIn, phStdOut, phStdErr, 825 strlen(pData->pszUser) ? pData->pszUser : NULL, 826 strlen(pData->pszUser) && strlen(pData->pszPassword) ? pData->pszPassword : NULL, 825 pData->pszUser, pData->pszPassword, 827 826 &hProcess); 828 827 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.