Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249146
Collapse All | Expand All

(-)rdesktop-1.6.0.orig/licence.c (-1 / +3 lines)
Lines 113-119 Link Here
113
113
114
	out_uint32_le(s, 1);
114
	out_uint32_le(s, 1);
115
	out_uint16(s, 0);
115
	out_uint16(s, 0);
116
	out_uint16_le(s, 0xff01);
116
	// Go away 2k TS problem
117
	// out_uint16_le(s, 0xff01);
118
	out_uint16_le(s, 0x0301);
117
119
118
	out_uint8p(s, client_random, SEC_RANDOM_SIZE);
120
	out_uint8p(s, client_random, SEC_RANDOM_SIZE);
119
	out_uint16(s, 0);
121
	out_uint16(s, 0);

Return to bug 249146