Changeset 38014 in vbox for trunk/src/VBox
- Timestamp:
- Jul 18, 2011 12:36:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r38013 r38014 7516 7516 if (FAILED(rc)) return rc; 7517 7517 7518 /* Read the extra data items. */ 7518 /* Copy the extra data items (Not in any case config is already the same as 7519 * mData->pMachineConfigFile, like when the xml files are read from disk. So 7520 * make sure the extra data map is copied). */ 7519 7521 mData->pMachineConfigFile->mapExtraDataItems = config.mapExtraDataItems; 7520 7522
Note:
See TracChangeset
for help on using the changeset viewer.