Changeset 24401 in vbox for trunk/src/VBox
- Timestamp:
- Nov 5, 2009 5:10:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumAttachmentImpl.cpp
r23928 r24401 193 193 * to the storage controller, but can't have that right now due to 194 194 * how objects are created for settings rollback support. */ 195 HRESULT rc = mParent->GetStorageControllerByName(m->controllerName, aController); 195 HRESULT rc = E_FAIL; 196 197 if (mParent) 198 rc = mParent->GetStorageControllerByName(m->controllerName, aController); 196 199 197 200 LogFlowThisFuncLeave();
Note:
See TracChangeset
for help on using the changeset viewer.