From 0628179dbac3214e99535cebf3e13aa1750c5320 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Thu, 6 Feb 2014 10:33:44 +0000 Subject: [PATCH] Send correct type for new licence request. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1783 423420c4-83ab-492f-b58f-81f9feb106b5 --- licence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licence.c b/licence.c index 2338795..e4ad957 100644 --- a/licence.c +++ b/licence.c @@ -112,7 +112,7 @@ licence_send_new_licence_request(uint8 * client_random, uint8 * rsa_data, char * s = sec_init(sec_flags, length + 2); - out_uint8(s, LICENCE_TAG_REQUEST); + out_uint8(s, LICENCE_TAG_NEW_LICENCE_REQUEST); out_uint8(s, ((g_rdp_version >= RDP_V5) ? 3 : 2)); /* version */ out_uint16_le(s, length);