VirtualBox

Ignore:
Timestamp:
Feb 23, 2017 11:48:49 AM (8 years ago)
Author:
vboxsync
Message:

Main/USBProxyBackendUsbIp: Don't prevent VBoxSVC from starting when the server is not reachable, just try to reconnect every 3 seconds. Smaller other fixes for stale USB device lists when the server is not reachable and a fix for saving the same USB source multiple times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp

    r62485 r65854  
    5353 * @returns VBox status code.
    5454 */
    55 int USBProxyBackendDarwin::init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress)
    56 {
    57     USBProxyBackend::init(pUsbProxyService, strId, strAddress);
     55int USBProxyBackendDarwin::init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId,
     56                                const com::Utf8Str &strAddress, bool fLoadingSettings)
     57{
     58    USBProxyBackend::init(pUsbProxyService, strId, strAddress, fLoadingSettings);
    5859
    5960    unconst(m_strBackend) = Utf8Str("host");
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