VirtualBox

Changeset 59211 in vbox


Ignore:
Timestamp:
Dec 22, 2015 1:33:50 PM (9 years ago)
Author:
vboxsync
Message:

MediumImpl.cpp: Disabled assertion for myself. See bugref:8172.

File:
1 edited

Legend:

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

    r58650 r59211  
    78457845                 * If it is the target it must be in the LockedWrite state.
    78467846                 */
     7847#ifdef DEBUG_andy /* See see @bugref{8172}. */
    78477848                Assert(   (   pMedium != pTarget
    78487849                           && (   pMedium->m->state == MediumState_Deleting
     
    78507851                       || (   pMedium == pTarget
    78517852                           && pMedium->m->state == MediumState_LockedWrite));
    7852 
     7853#endif
    78537854                /*
    78547855                 * Medium must be the target, in the LockedRead state
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