Merge pull request #2239 from bmiklautz/issue/2196

core client side: set flag to crypt license
This commit is contained in:
Norbert Federa 2014-12-02 14:13:27 +01:00
commit 18022ed0b1
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ static BOOL rdp_client_establish_keys(rdpRdp* rdp)
if (status < 0)
goto end;
rdp->do_crypt_license = TRUE;
/* now calculate encrypt / decrypt and update keys */
if (!security_establish_keys(settings->ClientRandom, rdp))
goto end;