Changeset 91030 in vbox
- Timestamp:
- Aug 31, 2021 12:03:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.cpp
r91024 r91030 1042 1042 1043 1043 /** 1044 * If the new client is from a remote server (also called a reverse connection)1045 * instead from this server,exit this loop and stop trying to connect to the remote server.1044 * If the new client is not from our server but from a remote server (also called a reverse connection), 1045 * exit this loop and stop trying to connect to the remote server. 1046 1046 * 1047 1047 * Otherwise we would connect lots and lots of clients without any real use. … … 1049 1049 ** @todo Improve this handling -- there might be a better / more elegant solution. 1050 1050 */ 1051 if ( fFromServer)1051 if (!fFromServer) 1052 1052 break; 1053 1053 }
Note:
See TracChangeset
for help on using the changeset viewer.