VirtualBox

Changeset 28067 in vbox


Ignore:
Timestamp:
Apr 7, 2010 9:11:34 PM (15 years ago)
Author:
vboxsync
Message:

VBoxNetFlt.c: disabled assertion on fActive in isPromiscuous as we're not necessarily following the locking rules here and risk a race when suspending the VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c

    r25336 r28067  
    427427    Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION);
    428428    Assert(vboxNetFltGetState(pThis) == kVBoxNetFltInsState_Connected);
    429     Assert(pThis->fActive);
     429/** @todo Assert(pThis->fActive); - disabled because we may call this without
     430 *        holding the out-bound lock and race the clearing. */
    430431
    431432    /*
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