mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Merge pull request #5104 from hardening/license_2k3
license: fix licencing against windows 2003 server
This commit is contained in:
@@ -1165,8 +1165,7 @@ static BOOL license_read_encrypted_blob(const rdpLicense *license, wStream *s, L
|
||||
Stream_Read_UINT16(s, wBlobType);
|
||||
if (wBlobType != BB_ENCRYPTED_DATA_BLOB)
|
||||
{
|
||||
WLog_ERR(TAG, "expecting BB_ENCRYPTED_DATA_BLOB blob");
|
||||
return FALSE;
|
||||
WLog_DBG(TAG, "expecting BB_ENCRYPTED_DATA_BLOB blob, probably a windows 2003 server, continuing...");
|
||||
}
|
||||
|
||||
Stream_Read_UINT16(s, wBlobLen);
|
||||
|
||||
Reference in New Issue
Block a user