Detect command line flags in case RDP or MSINCIDENT files are used.

This commit is contained in:
Armin Novak 2018-03-09 14:25:45 +01:00
parent 14997f96e3
commit f430b55abf

View File

@ -1313,6 +1313,9 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
if (!ext && !assist)
compatibility = freerdp_client_detect_command_line(argc, argv, &flags,
allowUnknown);
else
compatibility = freerdp_client_detect_command_line(argc - 1, &argv[1], &flags,
allowUnknown);
if (compatibility)
{