Changeset 54847 in vbox for trunk/src/VBox/Main/src-server/MediumImpl.cpp
- Timestamp:
- Mar 19, 2015 1:43:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r54837 r54847 8948 8948 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore"); 8949 8949 if (it != pBase->m->mapProperties.end()) 8950 throw setError(VBOX_E_ INVALID_OBJECT_STATE,8950 throw setError(VBOX_E_PASSWORD_INCORRECT, 8951 8951 tr("The password given for the encrypted image is incorrect")); 8952 8952 }
Note:
See TracChangeset
for help on using the changeset viewer.