Changeset 60628 in vbox for trunk/src/VBox
- Timestamp:
- Apr 21, 2016 1:49:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r60627 r60628 7855 7855 * If it is the target it must be in the LockedWrite state. 7856 7856 */ 7857 #ifndef DEBUG_andy /* See see @bugref{8172}. */7858 7857 Assert( ( pMedium != pTarget 7859 7858 && ( pMedium->m->state == MediumState_Deleting … … 7861 7860 || ( pMedium == pTarget 7862 7861 && pMedium->m->state == MediumState_LockedWrite)); 7863 #endif7864 7862 /* 7865 7863 * Medium must be the target, in the LockedRead state
Note:
See TracChangeset
for help on using the changeset viewer.