VirtualBox

Changeset 29627 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2010 12:47:35 PM (15 years ago)
Author:
vboxsync
Message:

VBoxService: always check the credentials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r29583 r29627  
    826826                                rc = RTProcCreateEx(pData->pszCmd, pData->papszArgs, hEnv, RTPROC_FLAGS_SERVICE,
    827827                                                    phStdIn, phStdOut, phStdErr,
    828                             #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX)
    829828                                                    strlen(pData->pszUser) ? pData->pszUser : NULL,
    830829                                                    strlen(pData->pszUser) && strlen(pData->pszPassword) ? pData->pszPassword : NULL,
    831                             #else
    832                                                     /*
    833                                                      * Never specify a user name and password until RTProcCreateEx supports
    834                                                      * that for non-Windows (POSIX) platforms.
    835                                                      */
    836                                                     NULL, NULL,
    837                             #endif
    838830                                                    &hProcess);
    839831                                if (RT_SUCCESS(rc))
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