Changeset 36289 in vbox
- Timestamp:
- Mar 15, 2011 3:38:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r36188 r36289 1925 1925 if (FAILED(rc)) 1926 1926 throw rc; 1927 if (fNeedsGlobalSaveSettings) 1928 mParent->addGuidToListUniquely(llRegistriesThatNeedSaving, mParent->getGlobalRegistryId()); 1927 // unconditionally add the parent registry. We do similar in SessionMachine::EndTakingSnapshot 1928 // (mParent->saveSettings()) 1929 mParent->addGuidToListUniquely(llRegistriesThatNeedSaving, mParent->getGlobalRegistryId()); 1929 1930 1930 1931 // let go of the locks while we're deleting image files below
Note:
See TracChangeset
for help on using the changeset viewer.