VirtualBox

Changeset 28077 in vbox for trunk


Ignore:
Timestamp:
Apr 8, 2010 1:40:09 AM (15 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r28070 r28077  
    399399                    cb = cbLeft;
    400400                mbuf_setlen(pCur, cb);
    401                 INTNETSgReadEx(pSG, off, cb, mbuf_data(pCur));
     401                INTNETSgReadEx(pSG, offSrc, cb, mbuf_data(pCur));
    402402
    403403                /* advance */
     
    406406                pCur = mbuf_next(pCur);
    407407            }
    408             Assert(cbSrc == 0);
     408            Assert(cbLeft == 0);
    409409        }
    410410        if (!err)
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