Changeset 56474 in vbox
- Timestamp:
- Jun 17, 2015 11:09:53 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r56030 r56474 3228 3228 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 3229 3229 3230 /* Check whether encryption is configured for this medium. */ 3230 3231 settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore"); 3231 3232 if (it == pBase->m->mapProperties.end()) 3232 throw setError(VBOX_E_NOT_SUPPORTED, 3233 tr("The image is not configured for encryption")); 3233 throw VBOX_E_NOT_SUPPORTED; 3234 3234 3235 3235 # ifdef VBOX_WITH_EXTPACK
Note:
See TracChangeset
for help on using the changeset viewer.

