VirtualBox

Changeset 18134 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 23, 2009 12:33:12 PM (16 years ago)
Author:
vboxsync
Message:

DrvVD: fix r44820 for the snapshot case

File:
1 edited

Legend:

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

    r18127 r18134  
    10151015                 VDIsReadOnly(pThis->pDisk) ? "read-only" : "read-write"));
    10161016            if (   VDIsReadOnly(pThis->pDisk)
    1017                 && !fReadOnly)
     1017                && !fReadOnly
     1018                && iLevel == 0)
    10181019            {
    10191020                rc = PDMDrvHlpVMSetError(pDrvIns, VERR_VD_IMAGE_READ_ONLY, RT_SRC_POS,
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