rpcrt4: Bind to the server interface in I_RpcGetBuffer, not I_RpcSendReceive.

Robert Shearman rob at codeweavers.com
Tue Jan 8 06:26:19 CST 2008


The actual sending of the request is still done in I_RpcSendReceive though.

Disallow the server from calling I_RpcSend and I_RpcReceive to allow 
simplification of the code. The releasing of the connection is now done 
in I_RpcFreeBuffer.

Implement I_RpcNegotiateTransferSyntax.
---
  dlls/rpcrt4/rpc_assoc.c   |    2 +-
  dlls/rpcrt4/rpc_message.c |  165 
++++++++++++++++++++++++++-------------------
  dlls/rpcrt4/rpc_server.c  |    4 +-
  3 files changed, 98 insertions(+), 73 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 9e23089adbc7687a032fa33b265d7d9d7401b3e3.diff
Type: text/x-patch
Size: 8854 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080108/aa900ad1/attachment.bin 


More information about the wine-patches mailing list