VirtualBox

Changeset 54884 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 20, 2015 5:06:54 PM (10 years ago)
Author:
vboxsync
Message:

Fix for the fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r54883 r54884  
    90539053                pBase->m->mapProperties.erase(it);
    90549054
    9055             if (task.mstrNewPasswordId.isEmpty())
     9055            /* Delete KeyId if encryption is removed or the password did change. */
     9056            if (   task.mstrNewPasswordId.isNotEmpty()
     9057                || task.mstrCipher.isEmpty())
    90569058            {
    90579059                it = pBase->m->mapProperties.find("CRYPT/KeyId");
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