VirtualBox

Changeset 71506 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2018 9:22:11 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121478
Message:

Reverted r121454 (Guest Control/Main: Skip empty entries in GuestEnvironmentBase::applyPutEnvArray()) -- makes test cases fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r71482 r71506  
    199199        for (size_t i = 0; i < cArray; i++)
    200200        {
    201             if (rArray[i].isEmpty())
    202                 continue;
    203 
    204201            int rc = RTEnvPutEx(m_hEnv, rArray[i].c_str());
    205202            if (RT_FAILURE(rc))
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