mike-jumper commented on a change in pull request #243: GUACAMOLE-249: Migrate to FreeRDP 2.x URL: https://github.com/apache/guacamole-server/pull/243#discussion_r365554913
########## File path: src/protocols/rdp/channels/audio-input.h ########## @@ -296,18 +292,13 @@ guac_user_end_handler guac_rdp_audio_end_handler; /** * Adds Guacamole's "guacai" plugin to the list of dynamic virtual channel * plugins to be loaded by FreeRDP's "drdynvc" plugin. The plugin will only - * be loaded once guac_rdp_load_drdynvc() is invoked with the guac_rdp_dvc_list - * passed to this function. The "guacai" plugin ultimately adds support for the - * "AUDIO_INPUT" dynamic virtual channel. + * be loaded once the "drdynvc" plugin is loaded. The "guacai" plugin + * ultimately adds support for the "AUDIO_INPUT" dynamic virtual channel. Review comment: This should be fixed, I think. @jmuehlner found a few of these, as well, and I fixed them in commit 2139d40 after doing a search of all files beneath `src/protocols/rdp/` for any other occurrences of extra spaces in comments. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
