VirtualBox

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

Main: Fix another place where VBOX_E_PASSWORD_INCORRECT should be returned

File:
1 edited

Legend:

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

    r54837 r54847  
    89488948                settings::StringsMap::iterator it = pBase->m->mapProperties.find("CRYPT/KeyStore");
    89498949                if (it != pBase->m->mapProperties.end())
    8950                     throw setError(VBOX_E_INVALID_OBJECT_STATE,
     8950                    throw setError(VBOX_E_PASSWORD_INCORRECT,
    89518951                                   tr("The password given for the encrypted image is incorrect"));
    89528952            }
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