rdpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu

This commit is contained in:
kubistika 2019-06-05 16:18:42 +03:00
parent bf97d3e041
commit 49e7c5ddc0

View File

@ -1165,8 +1165,7 @@ static UINT rdpgfx_recv_cache_import_offer_pdu(RdpgfxServerContext* context,
{
cacheEntries = &(pdu.cacheEntries[index]);
Stream_Read_UINT64(s, cacheEntries->cacheKey); /* cacheKey (8 bytes) */
/* bitmapLength (4 bytes) */
Stream_Read_UINT32(s, cacheEntries->bitmapLength);
Stream_Read_UINT32(s, cacheEntries->bitmapLength); /* bitmapLength (4 bytes) */
}
if (context)