Merge pull request #4477 from akallabeth/command_line_fix

Detect command line flags in case RDP or MSINCIDENT files are used.
This commit is contained in:
MartinHaimberger 2018-04-04 10:06:07 +02:00 committed by GitHub
commit c73c54a626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{