Changeset 32437 in vbox
- Timestamp:
- Sep 13, 2010 8:52:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r32063 r32437 3661 3661 3662 3662 /* Lock the medium, which makes the behavior much more consistent */ 3663 if (uOpenFlags & (VD_OPEN_FLAGS_READONLY | |VD_OPEN_FLAGS_SHAREABLE))3663 if (uOpenFlags & (VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_SHAREABLE)) 3664 3664 rc = LockRead(NULL); 3665 3665 else … … 3920 3920 3921 3921 HRESULT rc2; 3922 if (uOpenFlags & (VD_OPEN_FLAGS_READONLY | |VD_OPEN_FLAGS_SHAREABLE))3922 if (uOpenFlags & (VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_SHAREABLE)) 3923 3923 rc2 = UnlockRead(NULL); 3924 3924 else
Note:
See TracChangeset
for help on using the changeset viewer.