VirtualBox

Changeset 73584 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 9, 2018 12:29:48 PM (6 years ago)
Author:
vboxsync
Message:

DrvAudio/DrvAudioVRDE: Report the backend as operational via drvAudioVRDEGetStatus(), even if no clients are connected to the VRDE instance at the moment.

File:
1 edited

Legend:

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

    r73564 r73584  
    406406    RT_NOREF(enmDir);
    407407
    408     if (pDrv->cClients) /* If any clients are connected via VRDE, return the backend as being operational. */
    409         return PDMAUDIOBACKENDSTS_RUNNING;
    410 
    411     return PDMAUDIOBACKENDSTS_STOPPED;
     408    return PDMAUDIOBACKENDSTS_RUNNING;
    412409}
    413410
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