rpcrt4: Cache the connection so we don't rebind on every call.
This commit is contained in:
parent
5a8536a18d
commit
9088debbfb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue