Changeset 80569 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Sep 3, 2019 2:34:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r79423 r80569 2718 2718 rc = RTProcCreateEx(pszExecName, papszArgs, pTxsExec->hEnv, 0 /*fFlags*/, 2719 2719 pTxsExec->StdIn.phChild, pTxsExec->StdOut.phChild, pTxsExec->StdErr.phChild, 2720 *pszUsername ? pszUsername : NULL, NULL, 2720 *pszUsername ? pszUsername : NULL, NULL, NULL, 2721 2721 &pTxsExec->hProcess); 2722 2722 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.