Fixed RDPSND_CHANNEL_NAME

RDPSND channel is special, as it has many names.
(e.g. static channel, dynamic channel and UDP one.
Use RDPSND_CHANNEL_NAME to identify the module name instad of
RDPSND_DVC_CHANNEL_NAME
This commit is contained in:
Armin Novak
2021-08-25 12:10:48 +02:00
committed by akallabeth
parent 64d675a728
commit 413dcd3c28
10 changed files with 24 additions and 24 deletions

View File

@@ -620,7 +620,7 @@ static BOOL tf_peer_post_connect(freerdp_peer* client)
}
}
if (WTSVirtualChannelManagerIsChannelJoined(context->vcm, RDPSND_DVC_CHANNEL_NAME))
if (WTSVirtualChannelManagerIsChannelJoined(context->vcm, RDPSND_CHANNEL_NAME))
{
sf_peer_rdpsnd_init(context); /* Audio Output */
}