GUAC-1389: "any" audio stream, not "an".
This commit is contained in:
parent
8ca77c1c78
commit
6764196527
@ -73,7 +73,7 @@ int guac_rdp_user_join_handler(guac_user* user, int argc, char** argv) {
|
|||||||
/* If not owner, synchronize with current state */
|
/* If not owner, synchronize with current state */
|
||||||
else {
|
else {
|
||||||
|
|
||||||
/* Synchronize an audio stream */
|
/* Synchronize any audio stream */
|
||||||
if (rdp_client->audio)
|
if (rdp_client->audio)
|
||||||
guac_audio_stream_add_user(rdp_client->audio, user);
|
guac_audio_stream_add_user(rdp_client->audio, user);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user