Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.

<rob at codeweavers.com>

svn path=/trunk/; revision=31861
This commit is contained in:
Christoph von Wittich 2008-01-18 11:57:48 +00:00
parent 327cd0f9bc
commit ca51e7ab6e

View file

@ -54,6 +54,7 @@ void WINAPI NdrClientInitializeNew( PRPC_MESSAGE pRpcMessage, PMIDL_STUB_MESSAGE
pRpcMessage->ProcNum = ProcNum;
pRpcMessage->RpcInterfaceInformation = pStubDesc->RpcInterfaceInformation;
pRpcMessage->RpcFlags = 0;
pRpcMessage->ReservedForRuntime = NULL;
pRpcMessage->DataRepresentation = NDR_LOCAL_DATA_REPRESENTATION;
pStubMsg->RpcMsg = pRpcMessage;