mirror of https://github.com/FreeRDP/FreeRDP
[client,cmdline] fix inverted frame-ack option
This commit is contained in:
parent
0dc9a46d53
commit
d4fc2cdd2f
|
@ -2251,7 +2251,7 @@ static int parse_gfx_options(rdpSettings* settings, const COMMAND_LINE_ARGUMENT_
|
|||
if (bval == PARSE_FAIL)
|
||||
rc = COMMAND_LINE_ERROR_UNEXPECTED_VALUE;
|
||||
else if (!freerdp_settings_set_bool(settings, FreeRDP_GfxSuspendFrameAck,
|
||||
bval != PARSE_OFF))
|
||||
bval == PARSE_OFF))
|
||||
rc = COMMAND_LINE_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue