From 488b52405a13b57fd0c9ec1dc7b0753f3fa56c1c Mon Sep 17 00:00:00 2001 From: garbb Date: Tue, 13 Sep 2022 19:18:53 -0700 Subject: [PATCH] change to c style comment --- client/common/client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/common/client.c b/client/common/client.c index 2a9e5fb03..dcb6ece97 100644 --- a/client/common/client.c +++ b/client/common/client.c @@ -1020,9 +1020,9 @@ client_encomsp_participant_created(EncomspClientContext* context, if (!freerdp_client_encomsp_set_control(context, TRUE)) return ERROR_INTERNAL_ERROR; - // if auto-request-control setting is enabled then only request control once upon connect, - // otherwise it will auto request control again every time server turns off control which - // is a bit annoying + /* if auto-request-control setting is enabled then only request control once upon connect, + * otherwise it will auto request control again every time server turns off control which + * is a bit annoying */ freerdp_settings_set_bool(settings, FreeRDP_RemoteAssistanceRequestControl, FALSE); }