Changeset 34057 in vbox
- Timestamp:
- Nov 13, 2010 6:41:49 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r34010 r34057 5228 5228 if (SUCCEEDED(rc)) 5229 5229 { 5230 /* Checkthat only one controller of each type is marked as bootable. */5230 /* Ensure that only one controller of each type is marked as bootable. */ 5231 5231 if (fBootable == TRUE) 5232 5232 { … … 5242 5242 && aCtrl->getControllerType() == ctrl->getControllerType()) 5243 5243 { 5244 rc = setError(VBOX_E_OBJECT_IN_USE, 5245 tr("Another storage controller '%s' is already marked as bootable"), 5246 aCtrl->getName().c_str()); 5244 aCtrl->setBootable(FALSE); 5247 5245 break; 5248 5246 }
Note:
See TracChangeset
for help on using the changeset viewer.