Changeset 31020 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 22, 2010 5:49:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r31019 r31020 153 153 { 154 154 /* open a session for the VM - new or existing */ 155 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_ Write), 1);155 CHECK_ERROR_RET(machine, LockMachine(a->session, LockType_Shared), 1); 156 156 157 157 /* get the mutable session machine */
Note:
See TracChangeset
for help on using the changeset viewer.