[client,common] enable gfx channel also on /gfx only

This commit is contained in:
Armin Novak 2023-11-29 17:28:56 +01:00 committed by Pascal Nowack
parent 52606929fb
commit 2ce7283087
1 changed files with 1 additions and 1 deletions

View File

@ -2095,7 +2095,7 @@ static int parse_gfx_options(rdpSettings* settings, const COMMAND_LINE_ARGUMENT_
WINPR_ASSERT(settings);
WINPR_ASSERT(arg);
if (!freerdp_settings_set_bool(settings, FreeRDP_SupportGraphicsPipeline, (arg->Value != NULL)))
if (!freerdp_settings_set_bool(settings, FreeRDP_SupportGraphicsPipeline, TRUE))
return COMMAND_LINE_ERROR;
if (arg->Value)