VirtualBox

Ignore:
Timestamp:
Mar 16, 2015 7:05:53 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98990
Message:

FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Fix for r98900: Watch for the corresponding medium properties in base medium instead of current one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r54754 r54795  
    24222422        if (attachment.GetType() == KDeviceType_HardDisk)
    24232423        {
    2424             /* Get the attachment medium: */
    2425             const CMedium medium = attachment.GetMedium();
     2424            /* Get the attachment medium base: */
     2425            const CMedium medium = attachment.GetMedium().GetBase();
    24262426            /* Update the map with this medium if necessary: */
    24272427            const QString strKeyId = medium.GetProperty("CRYPT/KeyId");
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