- Timestamp:
- Apr 8, 2010 1:03:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r28067 r28088 472 472 Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION); 473 473 Assert(vboxNetFltGetState(pThis) == kVBoxNetFltInsState_Connected); 474 Assert(pThis->fActive); 474 /** @todo Assert(pThis->fActive); - disabled because we may call this 475 * without holding the out-bound lock and race the clearing. */ 475 476 476 477 /*
Note:
See TracChangeset
for help on using the changeset viewer.