mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
BUGFIX: snmpwalk_cache_cip() only returned 1 array element, not the entire array.
git-svn-id: http://www.observium.org/svn/observer/trunk@2060 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -281,9 +281,8 @@ function snmpwalk_cache_cip($device, $oid, $array, $mib = 0)
|
||||
{
|
||||
$array[$ifIndex][$mac][$oid][$dir] = $this_value;
|
||||
}
|
||||
|
||||
return $array;
|
||||
}
|
||||
return $array;
|
||||
}
|
||||
|
||||
function snmp_cache_ifIndex($device)
|
||||
|
||||
Reference in New Issue
Block a user