VirtualBox

Changeset 27359 in vbox


Ignore:
Timestamp:
Mar 15, 2010 1:07:52 PM (15 years ago)
Author:
vboxsync
Message:

VD: Update with the correct parent uuid in the forward merge direction

File:
1 edited

Legend:

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

    r27245 r27359  
    22072207        if (nImageFrom < nImageTo)
    22082208        {
    2209             if (pImageTo->pPrev)
     2209            if (pImageFrom->pPrev)
    22102210            {
    2211                 rc = pImageTo->Backend->pfnGetUuid(pImageTo->pPrev->pvBackendData,
    2212                                                    &Uuid);
     2211                rc = pImageFrom->pPrev->Backend->pfnGetUuid(pImageFrom->pPrev->pvBackendData,
     2212                                                            &Uuid);
    22132213                AssertRC(rc);
    22142214            }
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