Changeset 71993 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 24, 2018 7:40:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r71992 r71993 964 964 machine->mParent->i_markRegistryModified(uuid); 965 965 srcLock.acquire(); 966 967 // save the global settings; for that we should hold only the VirtualBox lock 966 } 967 968 /* save the global settings; for that we should hold only the VirtualBox lock */ 969 { 968 970 AutoWriteLock vboxLock(machine->mParent COMMA_LOCKVAL_SRC_POS); 969 971 rc = machine->mParent->i_saveSettings();
Note:
See TracChangeset
for help on using the changeset viewer.