mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Fix issue with Subnet usage computation
SVN:trunk[2451]
This commit is contained in:
@@ -6421,7 +6421,7 @@
|
||||
$oPage->p(Dict::Format('Class:Subnet/Tab:FreeIPs-count', $iFreeCount));
|
||||
$oPage->p(Dict::S('Class:Subnet/Tab:FreeIPs-explain'));
|
||||
|
||||
$aUsedIPs = $oIfSet->GetColumnAsArray('ip_address', false);
|
||||
$aUsedIPs = $oIfSet->GetColumnAsArray('ipaddress', false);
|
||||
$iAnIP = $iIPMin;
|
||||
$iFound = 0;
|
||||
while (($iFound < min($iFreeCount, 10)) && ($iAnIP <= $iIPMax))
|
||||
|
||||
Reference in New Issue
Block a user