Changeset 57006 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Jul 19, 2015 1:36:21 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r56858 r57006 3659 3659 /* If we hotplug a USB device create a new CFGM tree. */ 3660 3660 if (!fHotplug) 3661 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "USB/%s/", pcszDevice , uInstance);3661 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "USB/%s/", pcszDevice); 3662 3662 else 3663 3663 pCtlInst = CFGMR3CreateTree(pUVM);
Note:
See TracChangeset
for help on using the changeset viewer.