Changeset 59211 in vbox
- Timestamp:
- Dec 22, 2015 1:33:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r58650 r59211 7845 7845 * If it is the target it must be in the LockedWrite state. 7846 7846 */ 7847 #ifdef DEBUG_andy /* See see @bugref{8172}. */ 7847 7848 Assert( ( pMedium != pTarget 7848 7849 && ( pMedium->m->state == MediumState_Deleting … … 7850 7851 || ( pMedium == pTarget 7851 7852 && pMedium->m->state == MediumState_LockedWrite)); 7852 7853 #endif 7853 7854 /* 7854 7855 * Medium must be the target, in the LockedRead state
Note:
See TracChangeset
for help on using the changeset viewer.