Changeset 23670 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 10, 2009 3:08:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23664 r23670 10411 10411 } 10412 10412 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 10413 10417 if (deleteSavedState) 10418 #endif 10414 10419 { 10415 10420 if (mRemoveSavedState)
Note:
See TracChangeset
for help on using the changeset viewer.