rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the...
authorRob Shearman <rob@codeweavers.com>
Wed, 8 Nov 2006 20:45:19 +0000 (20:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Nov 2006 09:36:47 +0000 (10:36 +0100)
commit8b6c30ab4b48a5f4c9a32920dd389d218b459540
treebf14f06bc2f098e0c662fb4edfa4c7c38dcb6732
parent433993eed78de91cdf01f32b7eef0e13eed06504
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
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_server.c
dlls/rpcrt4/rpc_server.h
dlls/rpcrt4/rpc_transport.c