Changeset 33528 in vbox
- Timestamp:
- Oct 27, 2010 5:17:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r33510 r33528 251 251 ComSafeArrayAsInParam(args), 252 252 ComSafeArrayAsInParam(env), 253 Bstr(" admin").raw()/* Username */,254 Bstr(" password").raw() /* Password */,253 Bstr("").raw() /* Username */, 254 Bstr("").raw() /* Password */, 255 255 10 * 1000 /* Wait 10s for getting the process started */, 256 256 &uPID, progressCopy.asOutParam()); … … 1432 1432 Utf8Str(aCommand).c_str(), Utf8Str(aUserName).c_str())); 1433 1433 1434 return executeProcessInternal(aCommand, aFlags, ComSafeArrayInArg(aArguments), 1434 return executeProcessInternal(aCommand, aFlags, ComSafeArrayInArg(aArguments), 1435 1435 ComSafeArrayInArg(aEnvironment), 1436 1436 aUserName, aPassword, aTimeoutMS, aPID, aProgress);
Note:
See TracChangeset
for help on using the changeset viewer.