VirtualBox

Changeset 7968 in vbox


Ignore:
Timestamp:
Apr 15, 2008 7:49:01 AM (17 years ago)
Author:
vboxsync
Message:

Fixed OSE (USBController wasn't created when it should due to inverted test).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBControllerImpl.cpp

    r7964 r7968  
    654654#else
    655655    /* don't zap it. */
    656     if (!controller.isNull())
     656    if (controller.isNull())
    657657        controller = aMachineNode.createKey ("USBController");
    658658#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette