Fixed read_altsec_order ORDER_TYPE_WINDOW

This commit is contained in:
Armin Novak 2018-10-18 12:34:10 +02:00
parent 8bdb5d771a
commit 5b70142ec4

View File

@ -4213,6 +4213,7 @@ static BOOL read_altsec_order(wStream* s, BYTE orderType, rdpAltSecUpdate* altse
case ORDER_TYPE_WINDOW:
/* This order is handled elsewhere. */
rc = TRUE;
break;
case ORDER_TYPE_COMPDESK_FIRST: