Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2022-09-07 18:22:53 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2022-10-04 19:38:01 +0300
commitdb513e2b49bc66cff4b6158214c91bf3d51c01da (patch)
tree17f68410a89d5addbc2fc71adeb2cc7be57392ca /plugins
parentd34a20d4d4e7ee33efea5c4de6231a8e207734ef (diff)
plugins/x2go/x2go_plugin.c: Disable SSH Tunnel tab.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 1ccdf3b37..e15579ccd 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -3264,8 +3264,7 @@ static RemminaProtocolPlugin rmplugin_x2go = {
PLUGIN_SSH_APPICON, // Icon for SSH connection
rmplugin_x2go_basic_settings, // Array for basic settings
NULL, // Array for advanced settings
- REMMINA_PROTOCOL_SSH_SETTING_TUNNEL, // SSH settings type
- /* REMMINA_PROTOCOL_SSH_SETTING_NONE, // SSH settings type */
+ REMMINA_PROTOCOL_SSH_SETTING_NONE, // SSH settings type
rmplugin_x2go_features, // Array for available features
rmplugin_x2go_init, // Plugin initialization method
rmplugin_x2go_open_connection, // Plugin open connection method