VirtualBox

Changeset 98294 in vbox


Ignore:
Timestamp:
Jan 25, 2023 1:24:09 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155499
Message:

Main/src-server: hr -> hrc. bugref:10223

File:
1 edited

Legend:

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

    r98293 r98294  
    18781878    {
    18791879        HostNetworkInterfaceType_T t;
    1880         HRESULT hrc = (*it)->COMGETTER(InterfaceType)(&t);
     1880        hrc = (*it)->COMGETTER(InterfaceType)(&t);
    18811881        if (FAILED(hrc))
    18821882            return hrc;
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