mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fix inverted ifdef
This commit is contained in:
@@ -404,7 +404,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
|
||||
"connecting to a buggy server" },
|
||||
{ "restricted-admin", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, "restrictedAdmin",
|
||||
"Restricted admin mode" },
|
||||
#ifndef CHANNEL_RDPEAR_CLIENT
|
||||
#ifdef CHANNEL_RDPEAR_CLIENT
|
||||
{ "remoteGuard", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, "remoteGuard",
|
||||
"Remote guard credentials" },
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user