rpcrt4: Store the assoc_group_id in the connections.

This commit is contained in:
Rob Shearman 2007-06-26 22:28:18 +01:00 committed by Alexandre Julliard
parent 9787f12589
commit 67c8fa58ec

View File

@ -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);
}