VirtualBox

Changeset 32167 in vbox


Ignore:
Timestamp:
Sep 1, 2010 1:15:26 AM (14 years ago)
Author:
vboxsync
Message:

DrvIntNet.cpp: Missing initialization of pDrvIntR0. Should fix #5233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r32139 r32167  
    12231223     */
    12241224    pThis->pDrvInsR3                                = pDrvIns;
     1225#ifdef VBOX_WITH_DRVINTNET_IN_R0
     1226    pThis->pDrvInsR0                                = PDMDRVINS_2_R0PTR(pDrvIns);
     1227#endif
    12251228    pThis->hIf                                      = INTNET_HANDLE_INVALID;
    12261229    pThis->hRecvThread                              = NIL_RTTHREAD;
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