VirtualBox

Changeset 3037 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2007 7:23:33 PM (18 years ago)
Author:
vboxsync
Message:

Main: More exact state check on getting an USB detached notification.

File:
1 edited

Legend:

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

    r3034 r3037  
    32723272    {
    32733273        LogFlowThisFunc (("Device not found.\n"));
    3274         if (mMachineState < MachineState_Running)
     3274        if (mMachineState < MachineState_Running ||
     3275            mMachineState == MachineState_Stopping)
    32753276        {
    32763277            LogFlowThisFunc (("Detach request ignored (mMachineState=%d).\n",
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