VirtualBox

Changeset 80573 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 4, 2019 5:54:47 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133092
Message:

Main: bugref:9341: Fixed some scm errors

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp

    r80569 r80573  
    127127        {
    128128            /** @todo r=bird: Broken escaping rule, how to end a variable with '\\'?
    129               * E.g. TMP=C:\TEMP\  */
     129              * E.g. TMP=C:\\TEMP\\  */
    130130            char const ch = *psz;
    131131            if (   (ch == '\n' && (psz == pszEnvMutable || psz[-1] != '\\'))
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r80569 r80573  
    74917491         * sessions and the caller in the interactive one.
    74927492         */
    7493         fUseVBoxSDS = false; 
     7493        fUseVBoxSDS = false;
    74947494
    74957495        /* Get windows session of the current process.  The process token used
     
    74977497           1. The token is absent for the current thread except someone set it
    74987498              for us.
    7499            2. Needs to get the id of the session where the process is started. 
     7499           2. Needs to get the id of the session where the process is started.
    75007500           We only need to do this once, though. */
    75017501        static DWORD s_idCurrentSession = ~(DWORD)0;
Note: See TracChangeset for help on using the changeset viewer.

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