Changeset 28067 in vbox
- Timestamp:
- Apr 7, 2010 9:11:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r25336 r28067 427 427 Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION); 428 428 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. */ 430 431 431 432 /*
Note:
See TracChangeset
for help on using the changeset viewer.