VirtualBox

Changeset 15595 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 16, 2008 3:12:36 PM (16 years ago)
Author:
vboxsync
Message:

#3282: Windows build fix with VBOX_WITH_NETFLT disabled.

File:
1 edited

Legend:

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

    r15593 r15595  
    15221522                    {
    15231523                        Bstr name;
    1524                         hostNetworkInterfaces[i].COMGETTER(Name) (name.asOutParam());
    1525                         if (name == hostif)
     1524                        hostNetworkInterfaces[i]->COMGETTER(Name) (name.asOutParam());
     1525                        if (name == hostInterfaceName)
    15261526                        {
    15271527                            hostInterface = hostNetworkInterfaces[i];
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