Author: cwittich
Date: Fri Jan 18 14:57:48 2008
New Revision: 31861
URL:
http://svn.reactos.org/svn/reactos?rev=31861&view=rev
Log:
Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
<rob at codeweavers.com>
Modified:
trunk/reactos/dll/win32/rpcrt4/ndr_clientserver.c
Modified: trunk/reactos/dll/win32/rpcrt4/ndr_clientserver.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/ndr_clien…
==============================================================================
--- trunk/reactos/dll/win32/rpcrt4/ndr_clientserver.c (original)
+++ trunk/reactos/dll/win32/rpcrt4/ndr_clientserver.c Fri Jan 18 14:57:48 2008
@@ -54,6 +54,7 @@
pRpcMessage->ProcNum = ProcNum;
pRpcMessage->RpcInterfaceInformation = pStubDesc->RpcInterfaceInformation;
pRpcMessage->RpcFlags = 0;
+ pRpcMessage->ReservedForRuntime = NULL;
pRpcMessage->DataRepresentation = NDR_LOCAL_DATA_REPRESENTATION;
pStubMsg->RpcMsg = pRpcMessage;