mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
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:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user