change to c style comment

This commit is contained in:
garbb 2022-09-13 19:18:53 -07:00 committed by akallabeth
parent 0413dfe7df
commit 488b52405a

View File

@ -1020,9 +1020,9 @@ client_encomsp_participant_created(EncomspClientContext* context,
if (!freerdp_client_encomsp_set_control(context, TRUE)) if (!freerdp_client_encomsp_set_control(context, TRUE))
return ERROR_INTERNAL_ERROR; return ERROR_INTERNAL_ERROR;
// if auto-request-control setting is enabled then only request control once upon connect, /* 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 * otherwise it will auto request control again every time server turns off control which
// is a bit annoying * is a bit annoying */
freerdp_settings_set_bool(settings, FreeRDP_RemoteAssistanceRequestControl, FALSE); freerdp_settings_set_bool(settings, FreeRDP_RemoteAssistanceRequestControl, FALSE);
} }