VirtualBox

Changeset 47113 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 12, 2013 11:09:13 AM (11 years ago)
Author:
vboxsync
Message:

ConsoleVRDPServer: stop remote usb thread before stopping the VRDP server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp

    r46295 r47113  
    28402840    Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on
    28412841                              * linux. Just remove this when it's 100% sure that problem has been fixed. */
     2842
     2843#ifdef VBOX_WITH_USB
     2844    remoteUSBThreadStop();
     2845#endif /* VBOX_WITH_USB */
     2846
    28422847    if (mhServer)
    28432848    {
     
    28692874        }
    28702875    }
    2871 
    2872 #ifdef VBOX_WITH_USB
    2873     remoteUSBThreadStop();
    2874 #endif /* VBOX_WITH_USB */
    28752876
    28762877    mpfnAuthEntry = NULL;
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