Fixed command line pre filter, now returning 2 to skip argument.
(cherry picked from commit 1d4403cbbe
)
Conflicts:
client/common/compatibility.c
This commit is contained in:
parent
7974c5072c
commit
cd21ac3498
@ -191,6 +191,8 @@ int freerdp_client_old_command_line_pre_filter(void* context, int index, int arg
|
||||
return -1;
|
||||
}
|
||||
freerdp_client_old_parse_hostname((char*) argv[index], &settings->ServerHostname, &settings->ServerPort);
|
||||
|
||||
return 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user