Fixed stream get position.

This commit is contained in:
Armin Novak 2018-10-09 14:24:58 +02:00
parent 166bdf018c
commit 766a66a7c2
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ static BOOL TsProxyCreateTunnelReadResponse(rdpTsg* tsg, RPC_PDU* pdu,
/* 4-byte alignment */
{
UINT32 offset = Stream_Pointer(pdu->s);
UINT32 offset = Stream_GetPosition(pdu->s);
if (!Stream_SafeSeek(pdu->s, rpc_offset_align(&offset, 4)))
goto fail;