Changeset 33078 in vbox for trunk/src/VBox/Main/SnapshotImpl.cpp
- Timestamp:
- Oct 12, 2010 4:26:35 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r33067 r33078 2688 2688 { 2689 2689 AutoWriteLock attLock(pAtt COMMA_LOCKVAL_SRC_POS); 2690 pAtt->updateMedium(it->mpTarget , false /* aImplicit */);2690 pAtt->updateMedium(it->mpTarget); 2691 2691 it->mpTarget->addBackReference(pMachine->mData->mUuid, childSnapshotId); 2692 2692 } … … 3262 3262 if (aMergeForward) 3263 3263 { 3264 Guid uuidRegistry = pTarget->getRegistryId();3265 3266 3264 // first, unregister the target since it may become a base 3267 3265 // hard disk which needs re-registration
Note:
See TracChangeset
for help on using the changeset viewer.