VirtualBox

Changeset 45597 in vbox


Ignore:
Timestamp:
Apr 17, 2013 7:01:27 PM (12 years ago)
Author:
vboxsync
Message:

Main/Medium: Use VD_OPEN_FLAGS_INFO when creating the diff image because the medium chain is not complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r45518 r45597  
    69456945                             pMedium->m->strFormat.c_str(),
    69466946                             pMedium->m->strLocationFull.c_str(),
    6947                              VD_OPEN_FLAGS_READONLY | m->uOpenFlagsDef,
     6947                             VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO | m->uOpenFlagsDef,
    69486948                             pMedium->m->vdImageIfaces);
    69496949                if (RT_FAILURE(vrc))
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