core: Remove redundant stream position changes
authorOndrej Holy <oholy@redhat.com>
Tue, 19 Dec 2017 12:02:55 +0000 (13:02 +0100)
committerOndrej Holy <oholy@redhat.com>
Tue, 19 Dec 2017 12:02:55 +0000 (13:02 +0100)
commit4791970c09b07d09cfa9ce7ff7899c1b47dc710d
tree69cd7b43121aa99acabde9a4abc3d97176f7fdc1
parente2f9a08107548705a13e9f007814c4ad426aec48
core: Remove redundant stream position changes

Stream_Seek() is used, but consequently Stream_SetPosition() is used
for position obtained by Stream_GetPosition() immediatelly before
Stream_Seek(). Let's remove this stream position changes due to its
redundancy.
libfreerdp/core/rdp.c