ole32: Make sure to reset the message state if it has been changed in RPC_ExecuteCall...
commit2db1d0de38f3090c9d3dd53deeb697c2603cd1f0
authorRob Shearman <rob@codeweavers.com>
Thu, 4 Jan 2007 16:55:21 +0000 (4 16:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2007 20:12:36 +0000 (4 21:12 +0100)
tree9e13e4fe23811b87730eabb65327e9b7bc67ddb1
parentd57dc9da0a88a941204b75b0d5e41e04d547fc2b
ole32: Make sure to reset the message state if it has been changed in RPC_ExecuteCall before returning.

Fix the hrFault parameter passed into the ClientNotify function in
ClientRpcChannelBuffer_SendReceive so that it is correct in the case of
messages dispatched with PostMessage.
Only unmarshal ORPCTHAT for non-fault packets.
dlls/ole32/rpc.c