Changeset 11039 in vbox for trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
- Timestamp:
- Jul 31, 2008 5:31:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r10994 r11039 4511 4511 PVMDKIMAGE pImage = (PVMDKIMAGE)pBackendData; 4512 4512 int rc; 4513 const char *pszFilename;4514 4513 4515 4514 /* Image must be opened and the new flags must be valid. Just readonly flag … … 4522 4521 4523 4522 /* Implement this operation via reopening the image. */ 4524 pszFilename = pImage->pszFilename;4525 4523 vmdkFreeImage(pImage, false); 4526 4524 rc = vmdkOpenImage(pImage, uOpenFlags);
Note:
See TracChangeset
for help on using the changeset viewer.