mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Unset variables which were bleeding into other polling runs
This commit is contained in:
@@ -96,6 +96,6 @@ foreach ($ipsec_array as $index => $tunnel)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($oids, $data, $data_array, $oid, $tunnel);
|
unset($rrd_file,$rrd_create,$rrdupdate,$oids, $data, $data_array, $oid, $tunnel);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user