VirtualBox

Ignore:
Timestamp:
Mar 13, 2015 1:54:58 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7676: Runtime UI: Disk Encryption (DE) support: Fixing condition bug which seems related to MSCOM issue.

File:
1 edited

Legend:

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

    r54733 r54742  
    263263            /* Append our map if this medium has encryption: */
    264264            const QString strKeyId = medium.GetProperty("CRYPT/KeyId");
    265             if (!strKeyId.isNull())
     265            if (!strKeyId.isEmpty())
    266266                encryptedPasswordIds.insert(strKeyId, medium.GetId());
    267267        }
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