Changeset 35915 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Feb 9, 2011 3:04:32 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r35903 r35915 6208 6208 bool fGenerateUuid = false; 6209 6209 6210 GuidList llRegistriesThatNeedSaving; 6210 GuidList llRegistriesThatNeedSaving; // gets copied to task pointer later in synchronous mode 6211 6211 6212 6212 try -
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r35903 r35915 1489 1489 vrc); 1490 1490 } 1491 1492 // if we got this far without an error, then save the media registries 1493 // that got modified for the diff images 1494 alock.release(); 1495 mParent->saveRegistries(llRegistriesThatNeedSaving); 1491 1496 } 1492 1497 catch (HRESULT hrc) … … 1514 1519 else 1515 1520 *aStateFilePath = NULL; 1516 1517 // @todo r=dj normally we would need to save the settings if fNeedsGlobalSaveSettings was set to true,1518 // but since we have no error handling that cleans up the diff image that might have gotten created,1519 // there's no point in saving the disk registry at this point either... this needs fixing.1520 1521 1521 1522 LogFlowThisFunc(("LEAVE - %Rhrc [%s]\n", rc, Global::stringifyMachineState(mData->mMachineState) ));
Note:
See TracChangeset
for help on using the changeset viewer.