mirror of
https://github.com/reactos/wine.git
synced 2025-03-05 19:27:38 +00:00
rpcrt4: Store the assoc_group_id in the connections.
This commit is contained in:
parent
9787f12589
commit
67c8fa58ec
@ -354,6 +354,7 @@ RPC_STATUS RPCRT4_OpenBinding(RpcBinding* Binding, RpcConnection** Connection,
|
||||
/* FIXME: do more checks? */
|
||||
|
||||
NewConnection->MaxTransmissionSize = response_hdr->bind_ack.max_tsize;
|
||||
NewConnection->assoc_group_id = response_hdr->bind_ack.assoc_gid;
|
||||
NewConnection->ActiveInterface = *InterfaceId;
|
||||
RPCRT4_FreeHeader(response_hdr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user