jmuehlner commented on code in PR #546: URL: https://github.com/apache/guacamole-server/pull/546#discussion_r1747796336
########## src/protocols/rdp/rdp.c: ########## @@ -79,21 +79,29 @@ #include <stdlib.h> #include <time.h> -BOOL rdp_freerdp_pre_connect(freerdp* instance) { - +/** + * Initializes and loads the necessary FreeRDP plugins based on the current + * RDP session settings. This function is designed to work in environments + * where the FreeRDP instance expects a LoadChannels callback to be set + * otherwise it can becalled directly from our pre_connect callback. It + * configures various features such as display resizing, multi-touch support, + * audio input, clipboard synchronization, device redirection, and graphics + * pipeline, by loading their correspondingplugins if they are enabled in the Review Comment: Missing space: "correspondingplugins" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org