core: request RemoteFX-only data if --dump-rfx is specified

The variable captureFlags was already correctly set if --dump-rfx
was specified but simply not used.
This commit is contained in:
Norbert Federa 2011-11-25 12:23:44 +01:00
parent 42735c4690
commit 6540b77534

View File

@ -1427,7 +1427,7 @@ void rdp_write_rfx_client_capability_container(STREAM* s, rdpSettings* settings)
/* TS_RFX_CLNT_CAPS_CONTAINER */
stream_write_uint32(s, 49); /* length */
stream_write_uint32(s, CARDP_CAPS_CAPTURE_NON_CAC); /* captureFlags */
stream_write_uint32(s, captureFlags); /* captureFlags */
stream_write_uint32(s, 37); /* capsLength */
/* TS_RFX_CAPS */