iphlpapi: Set the adapter LUID in GetAdaptersAddresses.

This commit is contained in:
Hans Leidekker 2015-08-14 14:58:41 +02:00 committed by Alexandre Julliard
parent 725c7aec8c
commit bc334c679a
1 changed files with 2 additions and 0 deletions

View File

@ -1003,6 +1003,8 @@ static ULONG adapterAddressesFromIndex(ULONG family, ULONG flags, IF_INDEX index
aa->PhysicalAddressLength = buflen;
aa->IfType = typeFromMibType(type);
aa->ConnectionType = connectionTypeFromMibType(type);
aa->Luid.Info.NetLuidIndex = index;
aa->Luid.Info.IfType = aa->IfType;
if (num_v4_gateways)
{