iphlpapi: Set the adapter LUID in GetAdaptersAddresses.
This commit is contained in:
parent
725c7aec8c
commit
bc334c679a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue