Changeset 54884 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 20, 2015 5:06:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r54883 r54884 9053 9053 pBase->m->mapProperties.erase(it); 9054 9054 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()) 9056 9058 { 9057 9059 it = pBase->m->mapProperties.find("CRYPT/KeyId");
Note:
See TracChangeset
for help on using the changeset viewer.