Ticket #353: patch-licence.c
File patch-licence.c, 346 bytes (added by noses@…, 22 years ago) |
---|
Line | |
---|---|
1 | --- ../rdesktop.orig/licence.c Thu Feb 13 14:04:01 2003 |
2 | +++ licence.c Thu Feb 13 14:05:14 2003 |
3 | @@ -113,7 +113,9 @@ |
4 | |
5 | out_uint32_le(s, 1); |
6 | out_uint16(s, 0); |
7 | - out_uint16_le(s, 0xff01); |
8 | + |
9 | + /* 0xff01 == any Windows TSC, 0x0301 == Windows 2K */ |
10 | + out_uint16_le(s, 0x0301); |
11 | |
12 | out_uint8p(s, client_random, SEC_RANDOM_SIZE); |
13 | out_uint16(s, 0); |