VirtualBox

Changeset 37327 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 6, 2011 10:43:14 AM (14 years ago)
Author:
vboxsync
Message:

Main/Console: Fix FreeBSD build (thanks to Bernhard Froehlich)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r37285 r37327  
    78767876    /* The name of the TAP interface we are using */
    78777877    Bstr tapDeviceName;
    7878     rc = networkAdapter->COMGETTER(HostInterface)(tapDeviceName.asOutParam());
     7878    rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
    78797879    if (FAILED(rc))
    78807880        tapDeviceName.setNull(); /* Is this necessary? */
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