Module: wine Branch: master Commit: 8b6c30ab4b48a5f4c9a32920dd389d218b459540 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8b6c30ab4b48a5f4c9a32920dd...
Author: Rob Shearman rob@codeweavers.com Date: Wed Nov 8 20:45:19 2006 +0000
rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread.
This allows errors to be returned to the caller and to create more than one connection for an endpoint.
---
dlls/rpcrt4/rpc_binding.c | 2 +- dlls/rpcrt4/rpc_binding.h | 4 +- dlls/rpcrt4/rpc_server.c | 3 +- dlls/rpcrt4/rpc_server.h | 2 + dlls/rpcrt4/rpc_transport.c | 302 ++++++++++++++++++++++++++++++++---------- 5 files changed, 236 insertions(+), 77 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8b6c30ab4b48a5f4c9a329...