VirtualBox

Changeset 43525 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Oct 3, 2012 6:28:51 AM (12 years ago)
Author:
vboxsync
Message:

Main/Metrics: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r43524 r43525  
    28652865    {
    28662866        HostNetworkInterfaceType_T t;
    2867         HRESULT hr = (*it)->COMGETTER(InterfaceType)(&t);
     2867        HRESULT hr = (*itNew)->COMGETTER(InterfaceType)(&t);
    28682868        if (FAILED(hr))
    28692869        {
    28702870            Bstr n;
    2871             (*it)->COMGETTER(Name) (n.asOutParam());
     2871            (*itNew)->COMGETTER(Name) (n.asOutParam());
    28722872            LogRel(("Host::updateNetIfList: failed to get interface type for %ls\n", n.raw()));
    28732873        }
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