Revert "Merge pull request #158 from laf/issue-156"

This reverts commit e6fa7d433d, reversing
changes made to e2280aa603.

This commit does not constitute agreement with the claim of copyright violation made by Adam Armstrong at
https://github.com/librenms/librenms/commit/e6fa7d433d497abd0ffa56090eafda4630c96442
This commit is contained in:
Paul Gear
2014-04-28 20:14:06 +10:00
parent 45d8325e97
commit ee3ba9ceff
3 changed files with 4 additions and 37 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function poll_sensor($device, $class, $unit)
function poll_device($device, $options)
{
global $config, $device, $polled_devices, $db_stats, $memcache, $exec_response;
global $config, $device, $polled_devices, $db_stats, $memcache;
$attribs = get_dev_attribs($device['device_id']);