VirtualBox

Changeset 19242 in vbox for trunk/src/VBox/Main/generic


Ignore:
Timestamp:
Apr 28, 2009 2:10:45 PM (16 years ago)
Author:
vboxsync
Message:

Main: hopefully fixed Linux burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r19235 r19242  
    218218        Bstr ifname;
    219219        ComPtr <IHostNetworkInterface> iface;
    220         if (FAILED (host->FindHostNetworkInterfaceById (aId, iface.asOutParam())))
     220        if (FAILED (host->FindHostNetworkInterfaceById (Guid(aId).toUtf16(), iface.asOutParam())))
    221221            return VERR_INVALID_PARAMETER;
    222222        iface->COMGETTER (Name) (ifname.asOutParam());
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