Changeset 79093 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jun 11, 2019 5:09:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r79023 r79093 3594 3594 * HRESULTs on error. */ 3595 3595 stack.pProgress->WaitForOtherProgressCompletion(pProgressImport, 0 /* indefinite wait */); 3596 3597 /* The creating/importing has placed the medium in the global 3598 * media registry since the VM isn't created yet. Remove it 3599 * again to let it added to the right registry when the VM 3600 * has been created below. */ 3601 pTargetMedium->i_removeRegistry(mVirtualBox->i_getGlobalRegistryId()); 3596 3602 } 3597 3603 }
Note:
See TracChangeset
for help on using the changeset viewer.