VirtualBox

Changeset 68789 in vbox


Ignore:
Timestamp:
Sep 19, 2017 9:54:34 AM (7 years ago)
Author:
vboxsync
Message:

Main/MediumImpl: Don't throw an error if the image to be deleted can't be found

File:
1 edited

Legend:

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

    r68043 r68789  
    92769276                vrc = VDClose(hdd, true /* fDelete */);
    92779277
    9278             if (RT_FAILURE(vrc))
     9278            if (RT_FAILURE(vrc) && vrc != VERR_FILE_NOT_FOUND)
    92799279                throw setError(VBOX_E_FILE_ERROR,
    92809280                               tr("Could not delete the medium storage unit '%s'%s"),
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