mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-core: fix false undefined error
This commit is contained in:
parent
f8013ff6ac
commit
2431733043
|
@ -452,7 +452,8 @@ static void update_send_synchronize(rdpContext* context)
|
|||
static void update_send_desktop_resize(rdpContext* context)
|
||||
{
|
||||
if (context->peer)
|
||||
context->peer->activated = false;
|
||||
context->peer->activated = FALSE;
|
||||
|
||||
rdp_server_reactivate(context->rdp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue