mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Merge pull request #267 from laf/issue-laf-31
[URGENT] Unset variables which were leaking 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