VirtualBox

Changeset 33528 in vbox


Ignore:
Timestamp:
Oct 27, 2010 5:17:57 PM (14 years ago)
Author:
vboxsync
Message:

Guest Copy/Guest Additions: No credentials needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r33510 r33528  
    251251                                                        ComSafeArrayAsInParam(args),
    252252                                                        ComSafeArrayAsInParam(env),
    253                                                         Bstr("admin").raw()    /* Username */,
    254                                                         Bstr("password").raw() /* Password */,
     253                                                        Bstr("").raw() /* Username */,
     254                                                        Bstr("").raw() /* Password */,
    255255                                                        10 * 1000 /* Wait 10s for getting the process started */,
    256256                                                        &uPID, progressCopy.asOutParam());
     
    14321432            Utf8Str(aCommand).c_str(), Utf8Str(aUserName).c_str()));
    14331433
    1434     return executeProcessInternal(aCommand, aFlags, ComSafeArrayInArg(aArguments), 
     1434    return executeProcessInternal(aCommand, aFlags, ComSafeArrayInArg(aArguments),
    14351435                                  ComSafeArrayInArg(aEnvironment),
    14361436                                  aUserName, aPassword, aTimeoutMS, aPID, aProgress);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette