VirtualBox

Changeset 27245 in vbox


Ignore:
Timestamp:
Mar 10, 2010 12:43:50 PM (15 years ago)
Author:
vboxsync
Message:

Storage/VBoxHDD: fix incorrect opaque data reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD.cpp

    r27232 r27245  
    17341734
    17351735    if (RT_SUCCESS(rc) && pCbProgress && pCbProgress->pfnProgress)
    1736         pCbProgress->pfnProgress(pIfProgress, 100);
     1736        pCbProgress->pfnProgress(pIfProgress->pvUser, 100);
    17371737
    17381738    LogFlowFunc(("returns %Rrc\n", rc));
     
    19651965
    19661966    if (RT_SUCCESS(rc) && pCbProgress && pCbProgress->pfnProgress)
    1967         pCbProgress->pfnProgress(pIfProgress, 100);
     1967        pCbProgress->pfnProgress(pIfProgress->pvUser, 100);
    19681968
    19691969    LogFlowFunc(("returns %Rrc\n", rc));
     
    23382338                         PVDINTERFACE pDstVDIfsOperation)
    23392339{
    2340     int rc = VINF_SUCCESS; 
     2340    int rc = VINF_SUCCESS;
    23412341    int rc2;
    23422342    bool fLockReadFrom = false, fLockWriteFrom = false, fLockWriteTo = false;
     
    24992499                                  &PCHSGeometryFrom, &LCHSGeometryFrom,
    25002500                                  NULL, uOpenFlagsFrom & ~VD_OPEN_FLAGS_READONLY, NULL, NULL);
    2501                    
     2501
    25022502                rc2 = vdThreadStartWrite(pDiskTo);
    25032503                AssertRC(rc2);
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