VirtualBox

Changeset 10850

Show
Ignore:
Timestamp:
07/24/08 11:28:44 (1 month ago)
Author:
vboxsync
Message:

Fix invalid pointer to pDrvIns in DrvVD

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r10743 r10850  
    488488 
    489489    rc = VDInterfaceCreate(&pData->VDIError, "DrvVD_VDIError", VDINTERFACETYPE_ERROR, 
    490                            &pData->VDIErrorCallbacks, pData, NULL); 
     490                           &pData->VDIErrorCallbacks, pDrvIns, NULL); 
    491491    AssertRC(rc); 
    492492 
     
    540540                AssertMsgFailed(("Configuration error: No async transport interface below!\n")); 
    541541                return VERR_PDM_MISSING_INTERFACE_ABOVE; 
    542  
    543542            } 
    544543        } 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy