VirtualBox

Ignore:
Timestamp:
May 4, 2011 7:07:23 AM (14 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r36115 r36950  
    13541354    pThis = VBOX_FLT_PT_TO_INST(pPacketType);
    13551355    pDev = ASMAtomicUoReadPtrT(&pThis->u.s.pDev, struct net_device *);
    1356     if (pThis->u.s.pDev != pSkbDev)
     1356    if (pDev != pSkbDev)
    13571357    {
    13581358        Log(("vboxNetFltLinuxPacketHandler: Devices do not match, pThis may be wrong! pThis=%p\n", pThis));
     
    25102510     * Init the linux specific members.
    25112511     */
    2512     pThis->u.s.pDev = NULL;
     2512    ASMAtomicUoWriteNullPtr(&pThis->u.s.pDev);
    25132513    pThis->u.s.fRegistered = false;
    25142514    pThis->u.s.fPromiscuousSet = false;
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