Changeset 47113 in vbox for trunk/src/VBox
- Timestamp:
- Jul 12, 2013 11:09:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r46295 r47113 2840 2840 Assert(VALID_PTR(this)); /** @todo r=bird: there are(/was) some odd cases where this buster was invalid on 2841 2841 * 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 2842 2847 if (mhServer) 2843 2848 { … … 2869 2874 } 2870 2875 } 2871 2872 #ifdef VBOX_WITH_USB2873 remoteUSBThreadStop();2874 #endif /* VBOX_WITH_USB */2875 2876 2876 2877 mpfnAuthEntry = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.