Changeset 7968 in vbox
- Timestamp:
- Apr 15, 2008 7:49:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/USBControllerImpl.cpp
r7964 r7968 654 654 #else 655 655 /* don't zap it. */ 656 if ( !controller.isNull())656 if (controller.isNull()) 657 657 controller = aMachineNode.createKey ("USBController"); 658 658 #endif
Note:
See TracChangeset
for help on using the changeset viewer.