VirtualBox

Ignore:
Timestamp:
Jun 10, 2016 6:22:09 PM (8 years ago)
Author:
vboxsync
Message:

bugref:8238 VBoxSVC settings - USBDeviceFilter

File:
1 edited

Legend:

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

    r60509 r61667  
    14031403    /* notify the proxy (only when the filter is active) */
    14041404    if (    m->pUSBProxyService->isActive()
    1405          && pFilter->i_getData().mActive)
     1405         && pFilter->i_getData().mData.fActive)
    14061406    {
    14071407        ComAssertRet(pFilter->i_getId() == NULL, E_FAIL);
     
    14571457
    14581458    /* notify the proxy (only when the filter is active) */
    1459     if (m->pUSBProxyService->isActive() && filter->i_getData().mActive)
     1459    if (m->pUSBProxyService->isActive() && filter->i_getData().mData.fActive)
    14601460    {
    14611461        ComAssertRet(filter->i_getId() != NULL, E_FAIL);
     
    17571757
    17581758        /* notify the proxy (only when the filter is active) */
    1759         if (pFilter->i_getData().mActive)
     1759        if (pFilter->i_getData().mData.fActive)
    17601760        {
    17611761            HostUSBDeviceFilter *flt = pFilter; /* resolve ambiguity */
     
    22502250        {
    22512251            // insert/remove the filter from the proxy
    2252             if (aFilter->i_getData().mActive)
     2252            if (aFilter->i_getData().mData.fActive)
    22532253            {
    22542254                ComAssertRet(aFilter->i_getId() == NULL, E_FAIL);
     
    22642264        else
    22652265        {
    2266             if (aFilter->i_getData().mActive)
     2266            if (aFilter->i_getData().mData.fActive)
    22672267            {
    22682268                // update the filter in the proxy
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