Changeset 80569 in vbox for trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
- Timestamp:
- Sep 3, 2019 2:34:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r77178 r80569 1548 1548 */ 1549 1549 RTPROCESS hProcess; 1550 rc = RTProcCreateEx(papszArgs[iSuArg], &papszArgs[iSuArg], RTENV_DEFAULT, 0 /*fFlags*/, 1551 NULL /*phStd In*/, NULL /*phStdOut*/, NULL /*phStdErr*/, NULL /*pszAsUser*/, NULL /*pszPassword*/,1550 rc = RTProcCreateEx(papszArgs[iSuArg], &papszArgs[iSuArg], RTENV_DEFAULT, 0 /*fFlags*/, NULL /*phStdIn*/, 1551 NULL /*phStdOut*/, NULL /*phStdErr*/, NULL /*pszAsUser*/, NULL /*pszPassword*/, NULL /* pvExtraData*/, 1552 1552 &hProcess); 1553 1553 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.