Changeset 68789 in vbox
- Timestamp:
- Sep 19, 2017 9:54:34 AM (7 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
r68043 r68789 9276 9276 vrc = VDClose(hdd, true /* fDelete */); 9277 9277 9278 if (RT_FAILURE(vrc) )9278 if (RT_FAILURE(vrc) && vrc != VERR_FILE_NOT_FOUND) 9279 9279 throw setError(VBOX_E_FILE_ERROR, 9280 9280 tr("Could not delete the medium storage unit '%s'%s"),
Note:
See TracChangeset
for help on using the changeset viewer.

