mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
<rob at codeweavers.com> svn path=/trunk/; revision=31861
This commit is contained in:
parent
327cd0f9bc
commit
ca51e7ab6e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue