- Timestamp:
- Apr 8, 2010 1:40:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r28070 r28077 399 399 cb = cbLeft; 400 400 mbuf_setlen(pCur, cb); 401 INTNETSgReadEx(pSG, off , cb, mbuf_data(pCur));401 INTNETSgReadEx(pSG, offSrc, cb, mbuf_data(pCur)); 402 402 403 403 /* advance */ … … 406 406 pCur = mbuf_next(pCur); 407 407 } 408 Assert(cb Src== 0);408 Assert(cbLeft == 0); 409 409 } 410 410 if (!err)
Note:
See TracChangeset
for help on using the changeset viewer.