From ca51e7ab6eef74b38e90bce057a7fed14db4da10 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 18 Jan 2008 11:57:48 +0000 Subject: [PATCH] Rob Shearman : rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew. svn path=/trunk/; revision=31861 --- reactos/dll/win32/rpcrt4/ndr_clientserver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/rpcrt4/ndr_clientserver.c b/reactos/dll/win32/rpcrt4/ndr_clientserver.c index f427da35532..4e45db22bb0 100644 --- a/reactos/dll/win32/rpcrt4/ndr_clientserver.c +++ b/reactos/dll/win32/rpcrt4/ndr_clientserver.c @@ -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;