VirtualBox

Changeset 48563 in vbox


Ignore:
Timestamp:
Sep 19, 2013 7:45:04 PM (11 years ago)
Author:
vboxsync
Message:

VD: Don't try to repair corrupted images when they are opened read only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r48532 r48563  
    55275527         */
    55285528        if (   RT_UNLIKELY(rc == VERR_VD_IMAGE_CORRUPTED)
     5529            && !(uOpenFlags & VD_OPEN_FLAGS_READONLY)
    55295530            && pImage->Backend->pfnRepair)
    55305531        {
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