BugFix Missing parenthesis

This commit is contained in:
micheleselea 2014-10-14 13:45:14 +02:00
parent cdc9f48a6e
commit b7fff590f7

View File

@ -1107,7 +1107,9 @@ NetworkInterface::Map NetworkInterface::map(bool ipOnly, bool upOnly)
ifIndex = pAddress->Ipv6IfIndex;
}
}
else if ((osvi.dwMajorVersion >= 5) &&
else
{
if ((osvi.dwMajorVersion >= 5) &&
(osvi.dwMinorVersion >= 1) &&
(osvi.dwBuildNumber >= 1))
{