mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
BugFix Missing parenthesis
This commit is contained in:
parent
cdc9f48a6e
commit
b7fff590f7
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user