necouchman commented on code in PR #474:
URL: https://github.com/apache/guacamole-server/pull/474#discussion_r1614070701
##########
src/protocols/rdp/channels/rail.c:
##########
@@ -81,11 +69,12 @@ static UINT
guac_rdp_rail_complete_handshake(RailClientContext* rail) {
/* 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
+ .buildNumber = 9600
Review Comment:
Reverted the build number to `7600` - looks like even the current xfreerdp
code still uses 7600 (and sometimes 7601), so we'll just stick with that. I do
not believe it impacts functionality at all and isn't really required for this
change.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]