rpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubInitialize, just like we do in NdrProxyInitialize.
This commit is contained in:
parent
f191f59ee4
commit
341208bf1b
1 changed files with 3 additions and 0 deletions
|
@ -558,6 +558,9 @@ void WINAPI NdrStubInitialize(PRPC_MESSAGE pRpcMsg,
|
||||||
TRACE("(%p,%p,%p,%p)\n", pRpcMsg, pStubMsg, pStubDescriptor, pRpcChannelBuffer);
|
TRACE("(%p,%p,%p,%p)\n", pRpcMsg, pStubMsg, pStubDescriptor, pRpcChannelBuffer);
|
||||||
NdrServerInitializeNew(pRpcMsg, pStubMsg, pStubDescriptor);
|
NdrServerInitializeNew(pRpcMsg, pStubMsg, pStubDescriptor);
|
||||||
pStubMsg->pRpcChannelBuffer = pRpcChannelBuffer;
|
pStubMsg->pRpcChannelBuffer = pRpcChannelBuffer;
|
||||||
|
IRpcChannelBuffer_GetDestCtx(pStubMsg->pRpcChannelBuffer,
|
||||||
|
&pStubMsg->dwDestContext,
|
||||||
|
&pStubMsg->pvDestContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue