fix for connecting to a server that was disconnected with ms client

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@335 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2003-03-02 23:45:34 +00:00
parent a10af85435
commit b5bb68ced4

View File

@ -605,6 +605,10 @@ process_text2(STREAM s, TEXT2_ORDER * os, uint32 present, BOOL delta)
if (present & 0x002000)
in_uint16_le(s, os->boxbottom);
if (present & 0x004000) /* fix for connecting to a server that */
in_uint8s(s, 10); /* was disconnected with mstsc.exe */
/* 0x008000, 0x020000, and 0x040000 are present too ??? */
if (present & 0x080000)
in_uint16_le(s, os->x);