Changeset 55698 in vbox
- Timestamp:
- May 6, 2015 6:29:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r55511 r55698 1344 1344 if (fTakingSnapshotOnline) 1345 1345 m_pDirectControl = m->mData->mSession.mDirectControl; 1346 // If the VM is already paused then there's no point trying to pause 1347 // again during taking an (always online) snapshot. 1348 if (m_machineStateBackup == MachineState_Paused) 1349 m_fPause = false; 1346 1350 } 1347 1351
Note:
See TracChangeset
for help on using the changeset viewer.