rpcrt4: Properly unmarshall EMUM16 discriminant.

This commit is contained in:
Jérôme Gardou 2011-08-29 01:05:19 +02:00 committed by Alexandre Julliard
parent 16d77d2a0c
commit 67f7a02fed
1 changed files with 1 additions and 0 deletions

View File

@ -6159,6 +6159,7 @@ static LONG unmarshall_discriminant(PMIDL_STUB_MESSAGE pStubMsg,
case RPC_FC_WCHAR:
case RPC_FC_SHORT:
case RPC_FC_USHORT:
case RPC_FC_ENUM16:
{
USHORT d;
align_pointer(&pStubMsg->Buffer, sizeof(USHORT));