mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@707 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -41,7 +41,7 @@ if (preg_match("/^[a-z]*$/", $_GET['format']))
|
||||
$dst_if = $link['dst_if'];
|
||||
|
||||
$i = 0; $done = 0;
|
||||
while ($i < count($linkdone))
|
||||
while (isset($linkdone) && $i < count($linkdone))
|
||||
{
|
||||
$thislink = "$dst_if $src_if";
|
||||
if ($linkdone[$i] == $thislink) { $done = 1; }
|
||||
|
Reference in New Issue
Block a user