VirtualBox

Changeset 107884 in vbox for trunk


Ignore:
Timestamp:
Jan 22, 2025 10:42:44 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167098
Message:

Storage/VD.cpp: Ignore VERR_NOT_SUPPORTED when getting the modification UUID fails because the backend doesn't support it (parallels), r166846 regression, bugref:3409

File:
1 edited

Legend:

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

    r107739 r107884  
    64956495                pImage->Backend->pfnSetParentModificationUuid(pImage->pBackendData,
    64966496                                                              &Uuid);
     6497            else if (rc2 == VERR_NOT_SUPPORTED) /* Not supporting modification UUIDs is not an error. */
     6498                rc2 = VINF_SUCCESS;
    64976499            if (pDisk->pLast->Backend->pfnGetTimestamp)
    64986500            {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette