mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-common: fix /admin (issue #835)
This commit is contained in:
parent
f43298d69b
commit
47b98ec00e
|
@ -879,6 +879,10 @@ int freerdp_client_parse_command_line_arguments(int argc, char** argv, rdpSettin
|
|||
{
|
||||
settings->ColorDepth = atoi(arg->Value);
|
||||
}
|
||||
CommandLineSwitchCase(arg, "admin")
|
||||
{
|
||||
settings->ConsoleSession = TRUE;
|
||||
}
|
||||
CommandLineSwitchCase(arg, "kbd")
|
||||
{
|
||||
int id;
|
||||
|
|
Loading…
Reference in New Issue