VirtualBox

Changeset 90917 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Aug 26, 2021 3:26:00 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146554
Message:

Audio/Validation Kit: Make sure to check "stop connecting" status before re-trying to connect in atsTcpWaitForConnect(). bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestServiceTcp.cpp

    r90912 r90917  
    319319            if (RT_SUCCESS(rc) || atsTcpIsFatalClientConnectStatus(rc))
    320320                break;
     321
     322            if (pThis->fStopConnecting)
     323            {
     324                rc = VINF_SUCCESS;
     325                break;
     326            }
    321327
    322328            /* Delay a wee bit before retrying. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette