Robert Shearman : rpcrt4: Now that there' s a process-wide pool of connections we don't

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 9 14:39:40 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 0b1e51ca2502813a3ea18006f0adba2433231a5f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0b1e51ca2502813a3ea18006f0adba2433231a5f

Author: Robert Shearman <rob at codeweavers.com>
Date:   Fri Jun  9 17:24:23 2006 +0100

rpcrt4: Now that there's a process-wide pool of connections we don't
need to copy the FromConn field when copying bindings.

---

 dlls/rpcrt4/rpc_binding.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/rpcrt4/rpc_binding.c b/dlls/rpcrt4/rpc_binding.c
index 2e9b40b..6b7770d 100644
--- a/dlls/rpcrt4/rpc_binding.c
+++ b/dlls/rpcrt4/rpc_binding.c
@@ -865,8 +865,6 @@ RPC_STATUS RPC_ENTRY RpcBindingCopy(
   DestBinding->NetworkAddr = RPCRT4_strndupA(SrcBinding->NetworkAddr, -1);
   DestBinding->Endpoint = RPCRT4_strndupA(SrcBinding->Endpoint, -1);
 
-  DestBinding->FromConn = SrcBinding->FromConn;
-  SrcBinding->FromConn = NULL;
   if (SrcBinding->AuthInfo) RpcAuthInfo_AddRef(SrcBinding->AuthInfo);
   DestBinding->AuthInfo = SrcBinding->AuthInfo;
 




More information about the wine-cvs mailing list