Fixed typo (AsyncChannels)
This commit is contained in:
parent
f0bee517ac
commit
5a8318022d
@ -936,7 +936,7 @@ BOOL mac_post_connect(freerdp* instance)
|
||||
}
|
||||
|
||||
|
||||
if (!instance->settings->AsyncTransport)
|
||||
if (!instance->settings->AsyncChannels)
|
||||
{
|
||||
/* register channel manager file descriptors with the RunLoop */
|
||||
if (!freerdp_channels_get_fds(instance->context->channels, instance, rd_fds, &rd_count, wr_fds, &wr_count))
|
||||
|
Loading…
Reference in New Issue
Block a user