Changeset 24044 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 23, 2009 3:51:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c
r23927 r24044 1620 1620 if (pPacket != NULL) 1621 1621 { 1622 #ifndef VBOX_LOOPBACK_USEFLAGS 1623 PNDIS_PACKET pLb = NULL; 1624 #endif 1622 1625 do 1623 1626 { … … 1633 1636 1634 1637 VBOXNETFLT_LBVERIFY(pNetFlt, pPacket); 1635 #else1636 PNDIS_PACKET pLb = NULL;1637 1638 #endif 1638 1639 if(bNetFltActive) … … 1669 1670 1670 1671 #ifndef VBOX_LOOPBACK_USEFLAGS 1671 Assert( pLb &&!vboxNetFltWinLbIsFromIntNet(pLb));1672 Assert(!pLb || !vboxNetFltWinLbIsFromIntNet(pLb)); 1672 1673 #endif 1673 1674 Status = vboxNetFltWinRecvPassThru(pAdapt, pPacket);
Note:
See TracChangeset
for help on using the changeset viewer.