mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user