VirtualBox

Changeset 61174 in vbox for trunk


Ignore:
Timestamp:
May 24, 2016 5:29:09 PM (9 years ago)
Author:
vboxsync
Message:

Main/Medium: fix accidentally negated assertion in previous lock order fix

File:
1 edited

Legend:

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

    r61137 r61174  
    43454345     * i_getParent without holding the tree lock, and changing this is
    43464346     * a significant amount of effort. */
    4347     Assert(m->pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
     4347    Assert(!m->pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
    43484348    Assert(!isWriteLockOnCurrentThread());
    43494349
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