necouchman commented on code in PR #611: URL: https://github.com/apache/guacamole-server/pull/611#discussion_r2325009951
########## src/protocols/rdp/channels/rail.c: ########## @@ -64,24 +64,6 @@ static UINT guac_rdp_rail_complete_handshake(RailClientContext* rail) { guac_client* client = (guac_client*) rail->custom; guac_rdp_client* rdp_client = (guac_rdp_client*) client->data; - RAIL_HANDSHAKE_ORDER handshake = { - - /* Build number 7600 (0x1DB0) apparently represents Windows 7 and - * compatibility with RDP 7.0. As of this writing, this is the same - * build number sent for RAIL connections by xfreerdp. */ - .buildNumber = 7600 - - }; - - /* Send client handshake response */ - guac_client_log(client, GUAC_LOG_TRACE, "Sending RAIL handshake."); - pthread_mutex_lock(&(rdp_client->message_lock)); - status = rail->ClientHandshake(rail, &handshake); Review Comment: Yes, see: https://github.com/FreeRDP/FreeRDP/issues/11785#issuecomment-3197896683 -- 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