23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
$OpenBSD: patch-plugins_rdp_rdp_plugin_c,v 1.1 2018/05/29 18:43:11 jasper Exp $
|
|
|
|
Revert https://github.com/FreeRDP/Remmina/commit/9df60caeb4f62303c29d69021991e3de14802ba1#diff-7ea33c789952583adb2e74168c346a6a
|
|
FreeRDP_GatewayAccessToken was introduced in FreeRDP rc2
|
|
|
|
Index: plugins/rdp/rdp_plugin.c
|
|
--- plugins/rdp/rdp_plugin.c.orig
|
|
+++ plugins/rdp/rdp_plugin.c
|
|
@@ -789,13 +789,6 @@ static gboolean remmina_rdp_main(RemminaProtocolWidget
|
|
if (rfi->settings->GatewayEnabled)
|
|
freerdp_set_gateway_usage_method(rfi->settings,
|
|
remmina_plugin_service->file_get_int(remminafile, "gateway_usage", FALSE) ? TSC_PROXY_MODE_DETECT : TSC_PROXY_MODE_DIRECT);
|
|
-
|
|
- freerdp_set_param_string(rfi->settings, FreeRDP_GatewayAccessToken,
|
|
- remmina_plugin_service->file_get_string(remminafile, "gatewayaccesstoken"));
|
|
-
|
|
- rfi->settings->AuthenticationLevel = remmina_plugin_service->file_get_int(
|
|
- remminafile, "authentication level", rfi->settings->AuthenticationLevel);
|
|
-
|
|
/* Certificate ignore */
|
|
rfi->settings->IgnoreCertificate = remmina_plugin_service->file_get_int(remminafile, "cert_ignore", 0);
|
|
|