Commit 9088debb authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

rpcrt4: Cache the connection so we don't rebind on every call.

parent 5a8536a1
......@@ -323,6 +323,7 @@ RPC_STATUS RPCRT4_OpenBinding(RpcBinding* Binding, RpcConnection** Connection,
(*Connection)->ActiveInterface = *InterfaceId;
HeapFree(GetProcessHeap(), 0, response);
}
Binding->FromConn = *Connection;
return RPC_S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment