VirtualBox

Changeset 23670 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 10, 2009 3:08:58 AM (15 years ago)
Author:
vboxsync
Message:

SessionMachine::setMachineState: Hack around a live migration crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r23664 r23670  
    1041110411    }
    1041210412
     10413#ifdef VBOX_WITH_LIVE_MIGRATION /** @todo fix this properly... a new state for indicating migration? */
     10414    if (   deleteSavedState
     10415        && !mSSData->mStateFilePath.isNull())
     10416#else
    1041310417    if (deleteSavedState)
     10418#endif
    1041410419    {
    1041510420        if (mRemoveSavedState)
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