VirtualBox

Changeset 21190 in vbox


Ignore:
Timestamp:
Jul 3, 2009 10:14:59 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49490
Message:

Main/ConsoleImpl: fix construction of hard disk config properties, addresses the iSCSI regression.

File:
1 edited

Legend:

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

    r21188 r21190  
    11131113            SafeArray <BSTR> values;
    11141114            hrc = hardDisk->GetProperties (NULL,
    1115                                             ComSafeArrayAsOutParam (names),
    1116                                             ComSafeArrayAsOutParam (values));    H();
     1115                                           ComSafeArrayAsOutParam (names),
     1116                                           ComSafeArrayAsOutParam (values));    H();
    11171117
    11181118            if (names.size() != 0)
     
    11221122                for (size_t ii = 0; ii < names.size(); ++ ii)
    11231123                {
    1124                     if (values [ii])
     1124                    if (values[ii] && *values[ii])
    11251125                    {
    11261126                        Utf8Str name = names [ii];
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