Fix MAC-based machine entropy generation
This commit is contained in:
parent
c067b099f1
commit
e4a5cd056e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user