- Timestamp:
- Jun 24, 2011 11:51:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r37586 r37625 5684 5684 5685 5685 // we must always have full paths now (if it refers to a file) 5686 if ( (m->formatObj->getCapabilities() & MediumFormatCapabilities_File) 5686 if ( ( m->formatObj.isNull() 5687 || m->formatObj->getCapabilities() & MediumFormatCapabilities_File) 5687 5688 && !RTPathStartsWithRoot(locationFull.c_str())) 5688 5689 return setError(VBOX_E_FILE_ERROR,
Note:
See TracChangeset
for help on using the changeset viewer.