libxrdp: fix Fast-Path Synchronize Update message

This commit is contained in:
speidy 2016-12-27 09:53:53 +02:00
parent 6c0ae58880
commit a96c91b38e
1 changed files with 1 additions and 1 deletions

View File

@ -782,9 +782,9 @@ xrdp_rdp_send_data_update_sync(struct xrdp_rdp *self)
return 1;
}
out_uint16_le(s, RDP_UPDATE_SYNCHRONIZE);
out_uint16_le(s, 0); /* pad */
}
out_uint16_le(s, 0); /* pad */
s_mark_end(s);
if (self->client_info.use_fast_path & 1) /* fastpath output supported */