VirtualBox

Ignore:
Timestamp:
Jun 16, 2009 2:20:26 PM (15 years ago)
Author:
vboxsync
Message:

burnfix

File:
1 edited

Legend:

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

    r20631 r20634  
    22242224            {
    22252225#if !defined(VBOX_WITH_NETFLT) && defined(RT_OS_LINUX)
    2226                 Assert ((int)pConsole->maTapFD[ulInstance] >= 0);
    2227                 if ((int)pConsole->maTapFD[ulInstance] >= 0)
     2226                Assert ((int)pThis->maTapFD[uInstance] >= 0);
     2227                if ((int)pThis->maTapFD[uInstance] >= 0)
    22282228                {
    22292229                    if (fSniffer)
     
    22412241                    rc = CFGMR3InsertNode(pLunL0, "Config", &pCfg);
    22422242                    RC_CHECK();
    2243                     rc = CFGMR3InsertInteger(pCfg, "FileHandle", pConsole->maTapFD[ulInstance]);
     2243                    rc = CFGMR3InsertInteger(pCfg, "FileHandle", pThis->maTapFD[uInstance]);
    22442244                    RC_CHECK();
    22452245                }
     
    22772277                if (!pszColon)
    22782278                {
    2279                     hrc = networkAdapter->Detach();
     2279                    hrc = aNetworkAdapter->Detach();
    22802280                    H();
    22812281                    return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS,
     
    26312631# else
    26322632                Bstr HifName;
    2633                 hrc = networkAdapter->COMGETTER(HostInterface)(HifName.asOutParam());
     2633                hrc = aNetworkAdapter->COMGETTER(HostInterface)(HifName.asOutParam());
    26342634                if(FAILED(hrc))
    26352635                {
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