libfreerdp-core: fix missing header seeking when mpcc is not active.

This commit is contained in:
Vic Lee 2011-09-09 21:50:16 +08:00
parent 1bc97f60c3
commit 1c8cbd6d75

View File

@ -132,6 +132,7 @@ boolean rdp_read_share_data_header(STREAM* s, uint16* length, uint8* type, uint3
}
else
{
stream_seek(s, 3);
*compressed_type = 0;
*compressed_len = 0;
}