rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQu...
commitcbafe663b0a44bcc0fc7b0c8deb1d46dd2f4324d
authorRob Shearman <rob@codeweavers.com>
Mon, 25 Jun 2007 13:27:17 +0000 (25 14:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Jun 2007 21:21:54 +0000 (25 23:21 +0200)
tree7b0f378f22ec98f566c70423920e24c8be5b9d85
parent0ebcacca3922bea02fa7456fed2b07b1df6e133a
rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQualityOfService and RpcAuthInfo objects.

Store a copy of the SEC_WINNT_AUTH_IDENTITY structure passed in to
RpcBindingSetAuthInfo(Ex) to enable us to do this for RpcAuthInfo objects.
dlls/rpcrt4/rpc_binding.c
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_transport.c