Fix MAC-based machine entropy generation

This commit is contained in:
Louvenarde 2024-02-11 15:42:51 +01:00
parent c067b099f1
commit e4a5cd056e

View File

@ -566,10 +566,6 @@ namespace Components
{
switch (pIpAdapterInfo->Type)
{
default:
pIpAdapterInfo = pIpAdapterInfo->Next;
continue;
case IF_TYPE_IEEE80211:
case MIB_IF_TYPE_ETHERNET:
{
@ -583,6 +579,8 @@ namespace Components
break;
}
}
pIpAdapterInfo = pIpAdapterInfo->Next;
}
}