rdpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu
authorkubistika <kmizrachi18@gmail.com>
Wed, 5 Jun 2019 13:18:42 +0000 (16:18 +0300)
committerkubistika <kmizrachi18@gmail.com>
Thu, 6 Jun 2019 04:53:34 +0000 (07:53 +0300)
channels/rdpgfx/server/rdpgfx_main.c

index 989f421..793dcd1 100644 (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)